Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Static Protected Member Functions | Protected Attributes
mrpt::maps::CColouredOctoMap::TMapDefinitionBase Struct Referenceabstract

Detailed Description

Definition at line 70 of file maps/CColouredOctoMap.h.

#include <mrpt/maps/CColouredOctoMap.h>

Inheritance diagram for mrpt::maps::CColouredOctoMap::TMapDefinitionBase:
Inheritance graph

Public Member Functions

 TMapDefinitionBase ()
 
void loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string &sectionNamePrefix) MRPT_OVERRIDE
 Load all params from a config file/source. More...
 
void dumpToTextStream (mrpt::utils::CStream &out) const MRPT_OVERRIDE
 Dump the options of the metric map in human-readable format. More...
 
const mrpt::utils::TRuntimeClassIdPtrgetMetricMapClassType () const
 Query the map type (C++ class), as set by the factory method MapDefinition() More...
 
void loadFromConfigFileName (const std::string &config_file, const std::string &section)
 Behaves like loadFromConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to load the file. More...
 
virtual void saveToConfigFile (mrpt::utils::CConfigFileBase &target, const std::string &section) const
 This method saves the options to a ".ini"-like file or memory-stored string list. More...
 
void saveToConfigFileName (const std::string &config_file, const std::string &section) const
 Behaves like saveToConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to save the file. More...
 
void dumpToConsole () const
 Just like dumpToTextStream() but sending the text to the console (std::cout) More...
 

Static Public Member Functions

static TMetricMapInitializerfactory (const std::string &mapClassName)
 Looks up in the registry of known map types and call the corresponding <metric_map_class>::MapDefinition(). More...
 

Public Attributes

mrpt::maps::TMapGenericParams genericMapParams
 Common params for all maps: These are automatically set in TMetricMapTypesRegistry::factoryMapObjectFromDefinition() More...
 

Protected Member Functions

virtual void loadFromConfigFile_map_specific (const mrpt::utils::CConfigFileBase &source, const std::string &sectionNamePrefix)=0
 Load all map-specific params. More...
 
virtual void dumpToTextStream_map_specific (mrpt::utils::CStream &out) const =0
 

Static Protected Member Functions

static void dumpVar_int (CStream &out, const char *varName, int v)
 Used to print variable info from dumpToTextStream with the macro LOADABLEOPTS_DUMP_VAR. More...
 
static void dumpVar_float (CStream &out, const char *varName, float v)
 
static void dumpVar_double (CStream &out, const char *varName, double v)
 
static void dumpVar_bool (CStream &out, const char *varName, bool v)
 
static void dumpVar_string (CStream &out, const char *varName, const std::string &v)
 

Protected Attributes

const mrpt::utils::TRuntimeClassIdPtr metricMapClassType
 Derived classes set this to CLASS_ID(< class >) where < class > is any CMetricMap derived class. More...
 

Constructor & Destructor Documentation

◆ TMapDefinitionBase()

mrpt::maps::CColouredOctoMap::TMapDefinitionBase::TMapDefinitionBase ( )
inline

Definition at line 70 of file maps/CColouredOctoMap.h.

Member Function Documentation

◆ dumpToConsole()

void CLoadableOptions::dumpToConsole ( ) const
inherited

◆ dumpToTextStream()

void TMetricMapInitializer::dumpToTextStream ( mrpt::utils::CStream out) const
virtualinherited

◆ dumpToTextStream_map_specific()

virtual void mrpt::maps::TMetricMapInitializer::dumpToTextStream_map_specific ( mrpt::utils::CStream out) const
protectedpure virtualinherited

◆ dumpVar_bool()

void CLoadableOptions::dumpVar_bool ( CStream out,
const char *  varName,
bool  v 
)
staticprotectedinherited

◆ dumpVar_double()

void CLoadableOptions::dumpVar_double ( CStream out,
const char *  varName,
double  v 
)
staticprotectedinherited

◆ dumpVar_float()

void CLoadableOptions::dumpVar_float ( CStream out,
const char *  varName,
float  v 
)
staticprotectedinherited

◆ dumpVar_int()

void CLoadableOptions::dumpVar_int ( CStream out,
const char *  varName,
int  v 
)
staticprotectedinherited

Used to print variable info from dumpToTextStream with the macro LOADABLEOPTS_DUMP_VAR.

Definition at line 52 of file CLoadableOptions.cpp.

References LOADABLEOPTS_COLUMN_WIDTH, and mrpt::utils::CStream::printf().

◆ dumpVar_string()

void CLoadableOptions::dumpVar_string ( CStream out,
const char *  varName,
const std::string v 
)
staticprotectedinherited

◆ factory()

TMetricMapInitializer * TMetricMapInitializer::factory ( const std::string mapClassName)
staticinherited

Looks up in the registry of known map types and call the corresponding <metric_map_class>::MapDefinition().

Definition at line 22 of file TMetricMapInitializer.cpp.

◆ getMetricMapClassType()

const mrpt::utils::TRuntimeClassIdPtr& mrpt::maps::TMetricMapInitializer::getMetricMapClassType ( ) const
inlineinherited

Query the map type (C++ class), as set by the factory method MapDefinition()

Definition at line 49 of file TMetricMapInitializer.h.

Referenced by mrpt::maps::internal::TMetricMapTypesRegistry::factoryMapObjectFromDefinition().

◆ loadFromConfigFile()

void TMetricMapInitializer::loadFromConfigFile ( const mrpt::utils::CConfigFileBase source,
const std::string sectionNamePrefix 
)
virtualinherited

◆ loadFromConfigFile_map_specific()

virtual void mrpt::maps::TMetricMapInitializer::loadFromConfigFile_map_specific ( const mrpt::utils::CConfigFileBase source,
const std::string sectionNamePrefix 
)
protectedpure virtualinherited

◆ loadFromConfigFileName()

void CLoadableOptions::loadFromConfigFileName ( const std::string config_file,
const std::string section 
)
inherited

Behaves like loadFromConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to load the file.

See also
loadFromConfigFile

Definition at line 23 of file CLoadableOptions.cpp.

References mrpt::utils::CLoadableOptions::loadFromConfigFile().

Referenced by mrpt::graphslam::optimizers::CLevMarqGSO< GRAPH_T >::loadParams().

◆ saveToConfigFile()

void CLoadableOptions::saveToConfigFile ( mrpt::utils::CConfigFileBase target,
const std::string section 
) const
virtualinherited

◆ saveToConfigFileName()

void CLoadableOptions::saveToConfigFileName ( const std::string config_file,
const std::string section 
) const
inherited

Behaves like saveToConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to save the file.

See also
saveToConfigFile, loadFromConfigFileName

Definition at line 39 of file CLoadableOptions.cpp.

References mrpt::utils::CLoadableOptions::saveToConfigFile().

Member Data Documentation

◆ genericMapParams

mrpt::maps::TMapGenericParams mrpt::maps::TMetricMapInitializer::genericMapParams
inherited

Common params for all maps: These are automatically set in TMetricMapTypesRegistry::factoryMapObjectFromDefinition()

Definition at line 37 of file TMetricMapInitializer.h.

Referenced by mrpt::maps::TMetricMapInitializer::dumpToTextStream(), mrpt::maps::internal::TMetricMapTypesRegistry::factoryMapObjectFromDefinition(), and mrpt::maps::TMetricMapInitializer::loadFromConfigFile().

◆ metricMapClassType

const mrpt::utils::TRuntimeClassIdPtr mrpt::maps::TMetricMapInitializer::metricMapClassType
protectedinherited

Derived classes set this to CLASS_ID(< class >) where < class > is any CMetricMap derived class.

Definition at line 56 of file TMetricMapInitializer.h.

Referenced by mrpt::maps::TMetricMapInitializer::dumpToTextStream().




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019