|
MIRA
|
#include <maps/PointCloudFormat.h>
Public Types | |
| enum | Type { INVALID = 0, INT32 = 5, UINT32 = 6, FLOAT32 = 7, OTHER = 0xFFFFFFFF } |
Public Member Functions | |
| PCDataField () | |
| PCDataField (const std::string &iSemantic, Type iType, std::size_t iCount) | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| bool | isValid () const |
| Returns true, if this field is valid. More... | |
Public Attributes | |
| std::string | semantic |
| Type | type |
| uint32 | count |
| uint32 | offset |
| uint32 | size |
| enum Type |
|
inline |
|
inline |
|
inline |
|
inline |
Returns true, if this field is valid.
| std::string semantic |
| Type type |
| uint32 count |
| uint32 offset |
| uint32 size |
1.8.14