DataTypeUtils Struct Reference
Helper functions for interaction with the DataType enum.
#include <PointData.h>
List of all members.
Detailed Description
Definition at line 49 of file PointData.h.
Member Function Documentation
static int DataTypeUtils::byteWidth |
( |
DataType |
dt |
) |
[inline, static] |
This function returns the size of the data type in bytes.
- Parameters:
-
- Returns:
- size of the data type in bytes
Definition at line 77 of file PointData.h.
static bool DataTypeUtils::isFloat |
( |
DataType |
dt |
) |
[inline, static] |
This function returns true if the data type is a floating point type.
- Parameters:
-
Definition at line 67 of file PointData.h.
static bool DataTypeUtils::isSigned |
( |
DataType |
dt |
) |
[inline, static] |
This function returns true if the data type is signed.
- Parameters:
-
Definition at line 58 of file PointData.h.
static DataType DataTypeUtils::toDataType |
( |
const char * |
str |
) |
[static] |
static const char* DataTypeUtils::toString |
( |
DataType |
dt |
) |
[static] |
This function returns the human readable representation of the data type.
- Parameters:
-
- Returns:
- human readable string
The documentation for this struct was generated from the following file: