PCL
|
Go to the source code of this file.
Namespaces | |
pcl | |
PCL root namespace. | |
Functions | |
uint16 | pcl::BigToLittleEndian (uint16 x) |
uint32 | pcl::BigToLittleEndian (uint32 x) |
uint64 | pcl::BigToLittleEndian (uint64 x) |
constexpr bool | pcl::IsBigEndianMachine () |
constexpr bool | pcl::IsLittleEndianMachine () |
template<typename T > | |
T | pcl::LittleToBigEndian (T x) |