Scan types and mapping functions. More...
Go to the source code of this file.
Enumerations | |
enum | IODataType { DATA_XYZ = 1<<0, DATA_RGB = 1<<1, DATA_REFLECTANCE = 1<<2, DATA_AMPLITUDE = 1<<3, DATA_TYPE = 1<<4, DATA_DEVIATION = 1<<5 } |
Data channels in the scans. More... | |
enum | IOType { UOS, UOS_MAP, UOS_FRAMES, UOS_MAP_FRAMES, UOS_RGB, OLD, RTS, RTS_MAP, RIEGL_TXT, RIEGL_PROJECT, RIEGL_RGB, RIEGL_BIN, IFP, ZAHN, PLY, WRL, XYZ, ZUF, ASC, IAIS, FRONT, X3D, RXP, KIT, AIS, OCT, TXYZR, XYZR, XYZ_RGB, KS, KS_RGB, STL, LEICA, PCL, PCI, UOS_CAD, VELODYNE, VELODYNE_FRAMES } |
IO types for file formats, distinguishing the use of ScanIOs. More... | |
Functions | |
IOType | formatname_to_io_type (const char *string) |
const char * | io_type_to_libname (IOType type) |
Scan types and mapping functions.
Definition in file io_types.h.
enum IODataType |
Data channels in the scans.
Enumerator | |
---|---|
DATA_XYZ | |
DATA_RGB | |
DATA_REFLECTANCE | |
DATA_AMPLITUDE | |
DATA_TYPE | |
DATA_DEVIATION |
Definition at line 17 of file io_types.h.
enum IOType |
IO types for file formats, distinguishing the use of ScanIOs.
Definition at line 12 of file io_types.h.
IOType formatname_to_io_type | ( | const char * | string | ) |
const char* io_type_to_libname | ( | IOType | type | ) |