HOG2
|
Go to the source code of this file.
Classes | |
struct | voxelGridState |
struct | std::hash< voxelGridState > |
class | VoxelGrid |
Namespaces | |
std | |
Typedefs | |
typedef uint8_t | voxelGridAction |
Functions | |
bool | operator== (const voxelGridState &v1, const voxelGridState &v2) |
std::ostream & | operator<< (std::ostream &out, const voxelGridState &v) |
typedef uint8_t voxelGridAction |
Definition at line 39 of file VoxelGrid.h.
std::ostream& operator<< | ( | std::ostream & | out, |
const voxelGridState & | v | ||
) |
Definition at line 21 of file VoxelGrid.cpp.
References voxelGridState::x, voxelGridState::y, and voxelGridState::z.
bool operator== | ( | const voxelGridState & | v1, |
const voxelGridState & | v2 | ||
) |
Definition at line 16 of file VoxelGrid.cpp.
References voxelGridState::x, voxelGridState::y, and voxelGridState::z.