Classes |
class | BufferedBranchNode |
class | ColorCoding |
| ColorCoding class More...
|
struct | configurationProfile_t |
class | Octree2BufBase |
| Octree double buffer class More...
|
class | OctreeBase |
| Octree class. More...
|
class | OctreeBranchNode |
| Abstract octree branch class More...
|
class | OctreeBreadthFirstIterator |
| Octree iterator class More...
|
class | OctreeContainerDataT |
| Octree leaf class that does store a single DataT element. More...
|
class | OctreeContainerDataTVector |
| Octree leaf class that does store a vector of DataT elements. More...
|
class | OctreeContainerEmpty |
| Octree leaf class that does not store any information. More...
|
class | OctreeDepthFirstIterator |
| Octree iterator class More...
|
class | OctreeIteratorBase |
| Abstract octree iterator class More...
|
class | OctreeKey |
| Octree key class More...
|
class | OctreeLeafNode |
| Abstract octree leaf class More...
|
class | OctreeLeafNodeIterator |
| Octree leaf node iterator class. More...
|
class | OctreeNode |
| Abstract octree node class More...
|
class | OctreeNodePool |
| Octree node pool More...
|
class | OctreePointCloud |
| Octree pointcloud class More...
|
class | OctreePointCloudChangeDetector |
| Octree pointcloud change detector class More...
|
class | OctreePointCloudDensity |
| Octree pointcloud density class More...
|
class | OctreePointCloudDensityContainer |
| Octree pointcloud density leaf node class More...
|
class | OctreePointCloudOccupancy |
| Octree pointcloud occupancy class More...
|
class | OctreePointCloudPointVector |
| Octree pointcloud point vector class More...
|
class | OctreePointCloudSearch |
| Octree pointcloud search class More...
|
class | OctreePointCloudSinglePoint |
| Octree pointcloud single point class More...
|
class | OctreePointCloudVoxelCentroid |
| Octree pointcloud voxel centroid class More...
|
class | PointCloudCompression |
| Octree pointcloud compression class More...
|
class | PointCoding |
| PointCoding class More...
|
Enumerations |
enum | compression_Profiles_e {
LOW_RES_ONLINE_COMPRESSION_WITHOUT_COLOR,
LOW_RES_ONLINE_COMPRESSION_WITH_COLOR,
MED_RES_ONLINE_COMPRESSION_WITHOUT_COLOR,
MED_RES_ONLINE_COMPRESSION_WITH_COLOR,
HIGH_RES_ONLINE_COMPRESSION_WITHOUT_COLOR,
HIGH_RES_ONLINE_COMPRESSION_WITH_COLOR,
LOW_RES_OFFLINE_COMPRESSION_WITHOUT_COLOR,
LOW_RES_OFFLINE_COMPRESSION_WITH_COLOR,
MED_RES_OFFLINE_COMPRESSION_WITHOUT_COLOR,
MED_RES_OFFLINE_COMPRESSION_WITH_COLOR,
HIGH_RES_OFFLINE_COMPRESSION_WITHOUT_COLOR,
HIGH_RES_OFFLINE_COMPRESSION_WITH_COLOR,
COMPRESSION_PROFILE_COUNT,
MANUAL_CONFIGURATION
} |
enum | node_type_t { BRANCH_NODE,
LEAF_NODE
} |
Variables |
struct configurationProfile_t | compressionProfiles_ [COMPRESSION_PROFILE_COUNT] |