|
Easy Navigation
|
Discrete 3D voxel index used for downsampling. More...
#include <PointPerception.hpp>

Public Member Functions | |
| bool | operator== (const VoxelKey &other) const |
| Equality comparison. | |
Public Attributes | |
| int | x |
| Discrete coordinates (voxel indices). | |
| int | y |
| int | z |
Discrete 3D voxel index used for downsampling.
| bool operator== | ( | const VoxelKey & | other | ) | const |
Equality comparison.
| other | Voxel key to compare against. |
true if all components are equal, otherwise false. | int x |
Discrete coordinates (voxel indices).
| int y |
| int z |