Simox
2.3.74.0
|
Public Member Functions | |
VoxelTree6D (float minExtend[6], float maxExtend[6], float discretizationTransl, float discretizationRot, bool verbose=false) | |
virtual | ~VoxelTree6D () |
bool | setEntry (float pos[6], const T &e) |
T * | getEntry (float pos[6]) |
Protected Attributes | |
float | minExtend [6] |
float | maxExtend [6] |
int | maxLevels |
bool | verbose |
VoxelTree6DElement< T > * | root |
|
inline |
|
inlinevirtual |
|
inline |
Returns entry at pos. If pos is outside the workspace representation or no data stored at pos, NULL is returned.
|
inline |
Store entry to this voxel grid. Creates a leaf if necessary. Existing entries are silently overwritten. A copy of e is created.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |