MRPT
2.0.4
|
#include <iosfwd>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | mrpt::config::CLoadableOptions |
This is a virtual base class for sets of options than can be loaded from and/or saved to configuration plain-text files. More... | |
Namespaces | |
mrpt::config | |
Macros | |
#define | LOADABLEOPTS_DUMP_VAR(variableName, variableType) |
Macro for dumping a variable to a stream, within the method "dumpToTextStream(out)" (Variable types are: int, double, float, bool, string. More... | |
#define | LOADABLEOPTS_DUMP_VAR_DEG(variableName) |
Macro for dumping a variable to a stream, transforming the argument from radians to degrees. More... | |
#define LOADABLEOPTS_DUMP_VAR | ( | variableName, | |
variableType | |||
) |
Macro for dumping a variable to a stream, within the method "dumpToTextStream(out)" (Variable types are: int, double, float, bool, string.
Definition at line 101 of file config/CLoadableOptions.h.
Referenced by mrpt::hmtslam::CTopLCDetector_FabMap::TOptions::dumpToTextStream(), mrpt::slam::CGridMapAligner::TConfigParams::dumpToTextStream(), mrpt::maps::CReflectivityGridMap2D::TInsertionOptions::dumpToTextStream(), mrpt::vision::CFeatureExtraction::TOptions::dumpToTextStream(), mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TInsertionOptions::dumpToTextStream(), mrpt::maps::CPointsMap::TInsertionOptions::dumpToTextStream(), mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TLikelihoodOptions::dumpToTextStream(), mrpt::maps::CPointsMap::TLikelihoodOptions::dumpToTextStream(), mrpt::maps::CPointsMap::TRenderOptions::dumpToTextStream(), mrpt::hmtslam::CHMTSLAM::TOptions::dumpToTextStream(), mrpt::maps::COccupancyGridMap2D::TInsertionOptions::dumpToTextStream(), mrpt::maps::COctoMap::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::CWirelessPowerGridMap2D::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::CColouredOctoMap::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::CHeightGridMap2D_MRF::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::CReflectivityGridMap2D::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::CHeightGridMap2D::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::CGasConcentrationGridMap2D::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::COccupancyGridMap3D::TMapDefinition::dumpToTextStream_map_specific(), and mrpt::maps::COccupancyGridMap2D::TMapDefinition::dumpToTextStream_map_specific().
#define LOADABLEOPTS_DUMP_VAR_DEG | ( | variableName | ) |
Macro for dumping a variable to a stream, transforming the argument from radians to degrees.
Definition at line 109 of file config/CLoadableOptions.h.
Referenced by mrpt::maps::CPointsMap::TInsertionOptions::dumpToTextStream(), and mrpt::hmtslam::CHMTSLAM::TOptions::dumpToTextStream().
Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |