|
| | VoxelGridXYPyramid () |
| |
| | VoxelGridXYPyramid (unsigned int nr_scale, unsigned int nr_voxel_x_base, unsigned int nr_voxel_y_base, unsigned int dsf_x, unsigned int dsf_y, DATA_TYPE spatial_bound_x_min, DATA_TYPE spatial_bound_x_max, DATA_TYPE spatial_bound_y_min, DATA_TYPE spatial_bound_y_max, DATA_TYPE spatial_bound_z_min, DATA_TYPE spatial_bound_z_max) |
| |
| void | CleanUp () |
| |
| | ~VoxelGridXYPyramid () |
| |
| bool | Alloc (unsigned int nr_scale, unsigned int nr_voxel_x_base, unsigned int nr_voxel_y_base, unsigned int dsf_x, unsigned int dsf_y, DATA_TYPE spatial_bound_x_min, DATA_TYPE spatial_bound_x_max, DATA_TYPE spatial_bound_y_min, DATA_TYPE spatial_bound_y_max, DATA_TYPE spatial_bound_z_min, DATA_TYPE spatial_bound_z_max) |
| |
| bool | Set (const DATA_TYPE *pc, unsigned int nr_points, unsigned int nr_point_element) |
| |
| bool | SetS (const float *pc, unsigned int nr_points, unsigned int nr_point_element) |
| |
| bool | Set (const DATA_TYPE *pc, unsigned int nr_scale, unsigned int nr_points, unsigned int nr_point_element, unsigned int nr_voxel_x_base, unsigned int nr_voxel_y_base, unsigned int dsf_x, unsigned int dsf_y, DATA_TYPE spatial_bound_x_min, DATA_TYPE spatial_bound_x_max, DATA_TYPE spatial_bound_y_min, DATA_TYPE spatial_bound_y_max, DATA_TYPE spatial_bound_z_min, DATA_TYPE spatial_bound_z_max) |
| |
| unsigned int | NrScale () const |
| |
| unsigned int | NrVoxel (unsigned int i=0) const |
| |
| unsigned int | NrVoxelX (unsigned int i=0) const |
| |
| unsigned int | NrVoxelY (unsigned int i=0) const |
| |
| unsigned int | NrVoxelZ (unsigned int i=0) const |
| |
| unsigned int | NrPoints (unsigned int scale) const |
| |
| unsigned int | NrPoints () const |
| |
| unsigned int | NrPointElement () const |
| |
| bool | Initialized () const |
| |
| unsigned int | GetDsfX () const |
| |
| unsigned int | GetDsfY () const |
| |
| unsigned int | GetDsfZ () const |
| |
| VoxelGridXY< DATA_TYPE > & | operator[] (unsigned int i) |
| |
| const VoxelGridXY< DATA_TYPE > & | operator[] (unsigned int i) const |
| |
| VoxelGridXY< DATA_TYPE > & | operator[] (int i) |
| |
| const VoxelGridXY< DATA_TYPE > & | operator[] (int i) const |
| |
| const DATA_TYPE * | ConstData () const |
| |
| DATA_TYPE * | Data () |
| |