Global variables to change the run-time behaviour of some MRPT classes within mrpt-base.
See each variable for the description of what classes it affects.
Functions | |
void | HEIGHTGRIDMAP_EXPORT3D_AS_MESH (bool value) |
If set to true (default), mrpt::maps::CHeightGridMap2D will be exported as a opengl::CMesh, otherwise, as a opengl::CPointCloudColoured Affects to: More... | |
bool | HEIGHTGRIDMAP_EXPORT3D_AS_MESH () |
void | OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL (float value) |
Default value = 0.01 points/px^2. More... | |
float | OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL () |
size_t | OCTREE_RENDER_MAX_POINTS_PER_NODE () |
Default value = 1e5. More... | |
void | OCTREE_RENDER_MAX_POINTS_PER_NODE (size_t value) |
void | USE_SUT_QUAT2EULER_CONVERSION (bool value) |
If set to true (false), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians. More... | |
bool | USE_SUT_QUAT2EULER_CONVERSION () |
void | USE_SUT_EULER2QUAT_CONVERSION (bool value) |
If set to true (default), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians. More... | |
bool | USE_SUT_EULER2QUAT_CONVERSION () |
bool mrpt::global_settings::HEIGHTGRIDMAP_EXPORT3D_AS_MESH | ( | ) |
Definition at line 96 of file CHeightGridMap2D.cpp.
References HEIGHTGRIDMAP_EXPORT3D_AS_MESH_value.
void mrpt::global_settings::HEIGHTGRIDMAP_EXPORT3D_AS_MESH | ( | bool | value | ) |
If set to true (default), mrpt::maps::CHeightGridMap2D will be exported as a opengl::CMesh, otherwise, as a opengl::CPointCloudColoured Affects to:
Definition at line 100 of file CHeightGridMap2D.cpp.
References HEIGHTGRIDMAP_EXPORT3D_AS_MESH_value.
float mrpt::global_settings::OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL | ( | ) |
Definition at line 28 of file CPointCloud.cpp.
References OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL_value.
void mrpt::global_settings::OCTREE_RENDER_MAX_POINTS_PER_NODE | ( | size_t | value | ) |
Definition at line 42 of file CPointCloud.cpp.
References OCTREE_RENDER_MAX_POINTS_PER_NODE_value.
bool mrpt::global_settings::USE_SUT_EULER2QUAT_CONVERSION | ( | ) |
Definition at line 32 of file CPose3DQuatPDFGaussian.cpp.
References USE_SUT_EULER2QUAT_CONVERSION_value.
void mrpt::global_settings::USE_SUT_EULER2QUAT_CONVERSION | ( | bool | value | ) |
If set to true (default), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians.
Affects to:
Definition at line 36 of file CPose3DQuatPDFGaussian.cpp.
References USE_SUT_EULER2QUAT_CONVERSION_value.
bool mrpt::global_settings::USE_SUT_QUAT2EULER_CONVERSION | ( | ) |
Definition at line 38 of file CPose3DPDFGaussian.cpp.
References USE_SUT_QUAT2EULER_CONVERSION_value.
void mrpt::global_settings::USE_SUT_QUAT2EULER_CONVERSION | ( | bool | value | ) |
If set to true (false), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians.
Affects to:
Definition at line 34 of file CPose3DPDFGaussian.cpp.
References USE_SUT_QUAT2EULER_CONVERSION_value.
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |