Options for the conversion of a mrpt::maps::COctoMap into a mrpt::opengl::COctoMapVoxels.
Definition at line 168 of file maps/COctoMapBase.h.
#include <mrpt/maps/COctoMapBase.h>
Public Member Functions | |
TRenderingOptions () | |
void | writeToStream (mrpt::utils::CStream &out) const |
Binary dump to stream. More... | |
void | readFromStream (mrpt::utils::CStream &in) |
Binary dump to stream. More... | |
Public Attributes | |
bool | generateGridLines |
Generate grid lines for all octree nodes, useful to draw the "structure" of the octree, but computationally costly (Default: false) More... | |
bool | generateOccupiedVoxels |
Generate voxels for the occupied volumes (Default=true) More... | |
bool | visibleOccupiedVoxels |
Set occupied voxels visible (requires generateOccupiedVoxels=true) (Default=true) More... | |
bool | generateFreeVoxels |
Generate voxels for the freespace (Default=true) More... | |
bool | visibleFreeVoxels |
Set free voxels visible (requires generateFreeVoxels=true) (Default=true) More... | |
|
inline |
Definition at line 178 of file maps/COctoMapBase.h.
References mrpt::utils::CSerializable::readFromStream(), and mrpt::utils::CSerializable::writeToStream().
void mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::readFromStream | ( | mrpt::utils::CStream & | in | ) |
Binary dump to stream.
Definition at line 369 of file COctoMapBase_impl.h.
References MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION.
void mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::writeToStream | ( | mrpt::utils::CStream & | out | ) | const |
Binary dump to stream.
Definition at line 360 of file COctoMapBase_impl.h.
bool mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::generateFreeVoxels |
Generate voxels for the freespace (Default=true)
Definition at line 175 of file maps/COctoMapBase.h.
bool mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::generateGridLines |
Generate grid lines for all octree nodes, useful to draw the "structure" of the octree, but computationally costly (Default: false)
Definition at line 170 of file maps/COctoMapBase.h.
bool mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::generateOccupiedVoxels |
Generate voxels for the occupied volumes (Default=true)
Definition at line 172 of file maps/COctoMapBase.h.
bool mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::visibleFreeVoxels |
Set free voxels visible (requires generateFreeVoxels=true) (Default=true)
Definition at line 176 of file maps/COctoMapBase.h.
bool mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::visibleOccupiedVoxels |
Set occupied voxels visible (requires generateOccupiedVoxels=true) (Default=true)
Definition at line 173 of file maps/COctoMapBase.h.
Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN: at Sun Aug 14 23:58:29 UTC 2016 |