MRPT  1.9.9
config/CLoadableOptions.h File Reference
#include <string>
#include <stdexcept>
#include <iosfwd>
Include dependency graph for config/CLoadableOptions.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ LOADABLEOPTS_DUMP_VAR

#define LOADABLEOPTS_DUMP_VAR (   variableName,
  variableType 
)
Value:
{ \
dumpVar_##variableType( \
out, #variableName, static_cast<variableType>(variableName)); \
}

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::maps::CReflectivityGridMap2D::TInsertionOptions::dumpToTextStream(), mrpt::slam::CGridMapAligner::TConfigParams::dumpToTextStream(), mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TInsertionOptions::dumpToTextStream(), mrpt::vision::CFeatureExtraction::TOptions::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::CColouredOctoMap::TMapDefinition::dumpToTextStream_map_specific(), mrpt::maps::CWirelessPowerGridMap2D::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(), and mrpt::maps::COccupancyGridMap2D::TMapDefinition::dumpToTextStream_map_specific().

◆ LOADABLEOPTS_DUMP_VAR_DEG

#define LOADABLEOPTS_DUMP_VAR_DEG (   variableName)
Value:
{ \
dumpVar_double( \
out, #variableName, RAD2DEG(static_cast<double>(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 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020