MRPT
2.0.1
|
Options for the conversion of a mrpt::maps::COctoMap into a mrpt::opengl::COctoMapVoxels.
Definition at line 261 of file COctoMapBase.h.
#include <mrpt/maps/COctoMapBase.h>
Public Member Functions | |
TRenderingOptions ()=default | |
generateFreeVoxels=true) (Default=true) More... | |
void | writeToStream (mrpt::serialization::CArchive &out) const |
Binary dump to stream. More... | |
void | readFromStream (mrpt::serialization::CArchive &in) |
Binary dump to stream. More... | |
Public Attributes | |
bool | generateGridLines |
Generate grid lines for all octree nodes,. More... | |
bool | generateOccupiedVoxels |
useful to draw the "structure" of the octree, but computationally costly (Default: false) More... | |
bool | visibleOccupiedVoxels |
volumes (Default=true) More... | |
bool | generateFreeVoxels {true} |
generateOccupiedVoxels=true) (Default=true) More... | |
bool | visibleFreeVoxels {true} |
(Default=true) More... | |
|
default |
generateFreeVoxels=true) (Default=true)
void mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::readFromStream | ( | mrpt::serialization::CArchive & | in | ) |
Binary dump to stream.
Definition at line 422 of file COctoMapBase_impl.h.
References MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION.
void mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TRenderingOptions::writeToStream | ( | mrpt::serialization::CArchive & | out | ) | const |
bool mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TRenderingOptions::generateFreeVoxels {true} |
generateOccupiedVoxels=true) (Default=true)
Generate voxels for the freespace
Definition at line 277 of file COctoMapBase.h.
bool mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TRenderingOptions::generateGridLines |
Generate grid lines for all octree nodes,.
Definition at line 263 of file COctoMapBase.h.
bool mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TRenderingOptions::generateOccupiedVoxels |
useful to draw the "structure" of the octree, but computationally costly (Default: false)
Generate voxels for the occupied
Definition at line 269 of file COctoMapBase.h.
bool mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TRenderingOptions::visibleFreeVoxels {true} |
bool mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TRenderingOptions::visibleOccupiedVoxels |
volumes (Default=true)
Set occupied voxels visible (requires
Definition at line 272 of file COctoMapBase.h.
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |