#include <unordered_map_voxel.h>
Public Member Functions | |
| bool | operator== (const unordered_map_voxel &v) const |
| unordered_map_voxel (double x, double y, double z, double resolution) | |
| unordered_map_voxel (int x, int y, int z) | |
| const int | x () const |
| const int | y () const |
| const int | z () const |
Private Attributes | |
| double | _resolution |
| int | _x |
| int | _y |
| int | _z |
Definition at line 19 of file unordered_map_voxel.h.
| unordered_map_voxel::unordered_map_voxel | ( | double | x, |
| double | y, | ||
| double | z, | ||
| double | resolution | ||
| ) | [inline] |
Definition at line 22 of file unordered_map_voxel.h.
| unordered_map_voxel::unordered_map_voxel | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) | [inline] |
Definition at line 38 of file unordered_map_voxel.h.
| bool unordered_map_voxel::operator== | ( | const unordered_map_voxel & | v | ) | const [inline] |
Definition at line 45 of file unordered_map_voxel.h.
| const int unordered_map_voxel::x | ( | ) | const [inline] |
Definition at line 50 of file unordered_map_voxel.h.
| const int unordered_map_voxel::y | ( | ) | const [inline] |
Definition at line 54 of file unordered_map_voxel.h.
| const int unordered_map_voxel::z | ( | ) | const [inline] |
Definition at line 58 of file unordered_map_voxel.h.
double unordered_map_voxel::_resolution [private] |
Definition at line 63 of file unordered_map_voxel.h.
int unordered_map_voxel::_x [private] |
Definition at line 64 of file unordered_map_voxel.h.
int unordered_map_voxel::_y [private] |
Definition at line 65 of file unordered_map_voxel.h.
int unordered_map_voxel::_z [private] |
Definition at line 66 of file unordered_map_voxel.h.