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 227 of file CColouredPointsMap.h.
| mrpt::slam::CColouredPointsMap::TColourOptions::TColourOptions | ( | ) |
Initilization of default parameters.
| virtual mrpt::slam::CColouredPointsMap::TColourOptions::~TColourOptions | ( | ) | [inline, virtual] |
Definition at line 231 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 244 of file CColouredPointsMap.h.
Definition at line 242 of file CColouredPointsMap.h.
Definition at line 243 of file CColouredPointsMap.h.
Definition at line 243 of file CColouredPointsMap.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |