Enumeration for different numerical types.
More...
#include <pcl/type_traits.h>
|
static const std::uint8_t | INT8 = 1 |
|
static const std::uint8_t | UINT8 = 2 |
|
static const std::uint8_t | INT16 = 3 |
|
static const std::uint8_t | UINT16 = 4 |
|
static const std::uint8_t | INT32 = 5 |
|
static const std::uint8_t | UINT32 = 6 |
|
static const std::uint8_t | FLOAT32 = 7 |
|
static const std::uint8_t | FLOAT64 = 8 |
|
static const std::uint8_t | INT64 = 9 |
|
static const std::uint8_t | UINT64 = 10 |
|
static const std::uint8_t | BOOL = 11 |
|
Enumeration for different numerical types.
struct used to enable scope and implicit conversion to int
Definition at line 72 of file type_traits.h.
◆ BOOL
const std::uint8_t pcl::traits::detail::PointFieldTypes::BOOL = 11 |
|
static |
◆ FLOAT32
const std::uint8_t pcl::traits::detail::PointFieldTypes::FLOAT32 = 7 |
|
static |
◆ FLOAT64
const std::uint8_t pcl::traits::detail::PointFieldTypes::FLOAT64 = 8 |
|
static |
◆ INT16
const std::uint8_t pcl::traits::detail::PointFieldTypes::INT16 = 3 |
|
static |
◆ INT32
const std::uint8_t pcl::traits::detail::PointFieldTypes::INT32 = 5 |
|
static |
◆ INT64
const std::uint8_t pcl::traits::detail::PointFieldTypes::INT64 = 9 |
|
static |
◆ INT8
const std::uint8_t pcl::traits::detail::PointFieldTypes::INT8 = 1 |
|
static |
◆ UINT16
const std::uint8_t pcl::traits::detail::PointFieldTypes::UINT16 = 4 |
|
static |
◆ UINT32
const std::uint8_t pcl::traits::detail::PointFieldTypes::UINT32 = 6 |
|
static |
◆ UINT64
const std::uint8_t pcl::traits::detail::PointFieldTypes::UINT64 = 10 |
|
static |
◆ UINT8
const std::uint8_t pcl::traits::detail::PointFieldTypes::UINT8 = 2 |
|
static |
The documentation for this struct was generated from the following file: