HOG2
Classes | Namespaces | Typedefs | Functions
VoxelGrid.h File Reference
#include "SearchEnvironment.h"
#include <vector>
#include "BitMap.h"
Include dependency graph for VoxelGrid.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ voxelGridAction

typedef uint8_t voxelGridAction

Definition at line 39 of file VoxelGrid.h.

Function Documentation

◆ operator<<()

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.

◆ operator==()

bool operator== ( const voxelGridState v1,
const voxelGridState v2 
)

Definition at line 16 of file VoxelGrid.cpp.

References voxelGridState::x, voxelGridState::y, and voxelGridState::z.