VoxelGrid.hpp File Reference
#include <vector>
#include <Eigen/Geometry>
#include "exceptions.h"
#include "VoxelGridStructure.h"
+ Include dependency graph for VoxelGrid.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VoxelGrid< _VoxelT >
 A 3D grid of voxels of type _VoxelT. More...
 

Namespaces

 visionx
 ArmarX headers.
 
 visionx::voxelgrid
 

Functions

template<typename VT >
std::ostream & operator<< (std::ostream &os, const VoxelGrid< VT > &grid)