24         enableSaveAs3DObject(true), 
    25         enableObservationLikelihood(true), 
    26         enableObservationInsertion(true) 
    50                 out << enableSaveAs3DObject << enableObservationLikelihood << enableObservationInsertion;
    60                         in >> enableSaveAs3DObject >> enableObservationLikelihood >> enableObservationInsertion;
 Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL. 
 
The virtual base class which provides a unified interface for all persistent objects in MRPT...
 
#define IMPLEMENTS_SERIALIZABLE(class_name, base, NameSpace)
This must be inserted in all CSerializable classes implementation files. 
 
#define LOADABLEOPTS_DUMP_VAR(variableName, variableType)
Macro for dumping a variable to a stream, within the method "dumpToTextStream(out)" (Variable types a...
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
 
#define MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION(__V)
For use in CSerializable implementations. 
 
This namespace contains representation of robot actions and observations. 
 
GLsizei const GLchar ** string
 
#define MRPT_LOAD_CONFIG_VAR(variableName, variableType, configFileObject, sectionNameStr)
An useful macro for loading variables stored in a INI-like file under a key with the same name that t...
 
Common params to all maps derived from mrpt::maps::CMetricMap. 
 
GLsizei GLsizei GLchar * source