|
Point Cloud Library (PCL)
1.15.1-dev
|
Namespaces | |
| io_operators | |
Classes | |
| struct | type_traits |
| class | ply_parser |
| Class ply_parser parses a PLY file and generates appropriate atomic parsers for the body. More... | |
Typedefs | |
| using | int8 = std::int8_t |
| using | int16 = std::int16_t |
| using | int32 = std::int32_t |
| using | uint8 = std::uint8_t |
| using | uint16 = std::uint16_t |
| using | uint32 = std::uint32_t |
| using | float32 = float |
| using | float64 = double |
| using | format_type = int |
Enumerations | |
| enum | byte_order { little_endian_byte_order , big_endian_byte_order , network_byte_order = big_endian_byte_order } |
| enum | format { ascii_format , binary_little_endian_format , binary_big_endian_format , unknown } |
Functions | |
| template<std::size_t N> | |
| void | swap_byte_order (char *bytes) |
| template<> | |
| void | swap_byte_order< 1 > (char *) |
| template<> | |
| void | swap_byte_order< 2 > (char *bytes) |
| template<> | |
| void | swap_byte_order< 4 > (char *bytes) |
| template<> | |
| void | swap_byte_order< 8 > (char *bytes) |
| template<typename T > | |
| void | swap_byte_order (T &value) |
| using pcl::io::ply::float32 = typedef float |
| using pcl::io::ply::float64 = typedef double |
| using pcl::io::ply::format_type = typedef int |
| using pcl::io::ply::int16 = typedef std::int16_t |
| using pcl::io::ply::int32 = typedef std::int32_t |
| using pcl::io::ply::int8 = typedef std::int8_t |
| using pcl::io::ply::uint16 = typedef std::uint16_t |
| using pcl::io::ply::uint32 = typedef std::uint32_t |
| using pcl::io::ply::uint8 = typedef std::uint8_t |
| Enumerator | |
|---|---|
| little_endian_byte_order | |
| big_endian_byte_order | |
| network_byte_order | |
Definition at line 59 of file byte_order.h.
| enum pcl::io::ply::format |
| void pcl::io::ply::swap_byte_order | ( | char * | bytes | ) |
| void pcl::io::ply::swap_byte_order | ( | T & | value | ) |
Definition at line 102 of file byte_order.h.
|
inline |
Definition at line 77 of file byte_order.h.
|
inline |
Definition at line 80 of file byte_order.h.
|
inline |
Definition at line 86 of file byte_order.h.
|
inline |
Definition at line 93 of file byte_order.h.