The definition of parameters for generating colors from laser scans. More...
#include <mrpt/slam/CColouredPointsMap.h>


Public Member Functions | |
| TColourOptions () | |
| Initilization of default parameters. | |
| virtual | ~TColourOptions () |
| void | loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
| See utils::CLoadableOptions. | |
| void | dumpToTextStream (CStream &out) const |
| See utils::CLoadableOptions. | |
Public Attributes | |
| TColouringMethod | scheme |
| float | z_min |
| float | z_max |
| float | d_max |
The definition of parameters for generating colors from laser scans.
Definition at line 209 of file CColouredPointsMap.h.
| mrpt::slam::CColouredPointsMap::TColourOptions::TColourOptions | ( | ) |
Initilization of default parameters.
| virtual mrpt::slam::CColouredPointsMap::TColourOptions::~TColourOptions | ( | ) | [inline, virtual] |
Definition at line 213 of file CColouredPointsMap.h.
| void mrpt::slam::CColouredPointsMap::TColourOptions::dumpToTextStream | ( | CStream & | out | ) | const [virtual] |
Implements mrpt::utils::CLoadableOptions.
| void mrpt::slam::CColouredPointsMap::TColourOptions::loadFromConfigFile | ( | const mrpt::utils::CConfigFileBase & | source, | |
| const std::string & | section | |||
| ) | [virtual] |
Implements mrpt::utils::CLoadableOptions.
Definition at line 226 of file CColouredPointsMap.h.
Definition at line 224 of file CColouredPointsMap.h.
Definition at line 225 of file CColouredPointsMap.h.
Definition at line 225 of file CColouredPointsMap.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |