Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes
mrpt::opengl::COctoMapVoxels::TVoxel Struct Reference

Detailed Description

The info of each of the voxels.

Definition at line 81 of file COctoMapVoxels.h.

#include <mrpt/opengl/COctoMapVoxels.h>

Public Member Functions

 TVoxel ()
 
 TVoxel (const mrpt::math::TPoint3D &coords_, const double side_length_, mrpt::utils::TColor color_)
 

Public Attributes

mrpt::math::TPoint3D coords
 
double side_length
 
mrpt::utils::TColor color
 

Constructor & Destructor Documentation

mrpt::opengl::COctoMapVoxels::TVoxel::TVoxel ( )
inline

Definition at line 87 of file COctoMapVoxels.h.

mrpt::opengl::COctoMapVoxels::TVoxel::TVoxel ( const mrpt::math::TPoint3D coords_,
const double  side_length_,
mrpt::utils::TColor  color_ 
)
inline

Definition at line 88 of file COctoMapVoxels.h.

Member Data Documentation

mrpt::utils::TColor mrpt::opengl::COctoMapVoxels::TVoxel::color

Definition at line 85 of file COctoMapVoxels.h.

mrpt::math::TPoint3D mrpt::opengl::COctoMapVoxels::TVoxel::coords

Definition at line 83 of file COctoMapVoxels.h.

double mrpt::opengl::COctoMapVoxels::TVoxel::side_length

Definition at line 84 of file COctoMapVoxels.h.




Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014