HOG2
|
#include <VoxelGrid.h>
Public Member Functions | |
voxelGridState () | |
voxelGridState (uint16_t a, uint16_t b, uint16_t c) | |
Public Attributes | |
uint16_t | x |
uint16_t | y |
uint16_t | z |
Definition at line 16 of file VoxelGrid.h.
|
inline |
Definition at line 17 of file VoxelGrid.h.
|
inline |
Definition at line 18 of file VoxelGrid.h.
uint16_t voxelGridState::x |
Definition at line 20 of file VoxelGrid.h.
Referenced by VoxelGrid::ApplyAction(), VoxelGrid::CanMove(), VoxelGrid::Fill(), VoxelGrid::GCost(), VoxelGrid::GetActions(), VoxelGrid::GetCoordinates(), VoxelGrid::GetGLCoordinate(), VoxelGrid::GetGLCornerCoordinate(), VoxelGrid::GetIndex(), VoxelGrid::GetRandomState(), VoxelGrid::GetStateFromHash(), VoxelGrid::GetSuccessors(), VoxelGrid::HCost(), VoxelGrid::IsBlocked(), VoxelGrid::Legal(), std::hash< voxelGridState >::operator()(), operator<<(), operator==(), and VoxelGrid::SetBlocked().
uint16_t voxelGridState::y |
Definition at line 20 of file VoxelGrid.h.
Referenced by VoxelGrid::ApplyAction(), VoxelGrid::CanMove(), VoxelGrid::Fill(), VoxelGrid::GCost(), VoxelGrid::GetActions(), VoxelGrid::GetCoordinates(), VoxelGrid::GetGLCoordinate(), VoxelGrid::GetGLCornerCoordinate(), VoxelGrid::GetIndex(), VoxelGrid::GetRandomState(), VoxelGrid::GetStateFromHash(), VoxelGrid::GetSuccessors(), VoxelGrid::HCost(), VoxelGrid::IsBlocked(), VoxelGrid::Legal(), std::hash< voxelGridState >::operator()(), operator<<(), operator==(), and VoxelGrid::SetBlocked().
uint16_t voxelGridState::z |
Definition at line 20 of file VoxelGrid.h.
Referenced by VoxelGrid::ApplyAction(), VoxelGrid::CanMove(), VoxelGrid::Fill(), VoxelGrid::GCost(), VoxelGrid::GetActions(), VoxelGrid::GetCoordinates(), VoxelGrid::GetGLCoordinate(), VoxelGrid::GetGLCornerCoordinate(), VoxelGrid::GetIndex(), VoxelGrid::GetRandomState(), VoxelGrid::GetStateFromHash(), VoxelGrid::GetSuccessors(), VoxelGrid::HCost(), VoxelGrid::IsBlocked(), VoxelGrid::Legal(), std::hash< voxelGridState >::operator()(), operator<<(), operator==(), and VoxelGrid::SetBlocked().