|
| NullInspector () |
|
virtual void | addStat (const std::string &name, double data) |
| Add a value for statistics name, create it if new. More...
|
|
virtual void | dumpIteration (const size_t iterationNumber, const TransformationParameters ¶meters, const DataPoints &filteredReference, const DataPoints &reading, const Matches &matches, const OutlierWeights &outlierWeights, const TransformationCheckers &transformationCheckers) |
| Dump the state of a given iteration. More...
|
|
virtual void | dumpStats (std::ostream &stream) |
| Dump all statistics in CSV format. More...
|
|
virtual void | dumpStatsHeader (std::ostream &stream) |
| Dump header for all statistics. More...
|
|
virtual void | finish (const size_t iterationCount) |
| Tell the inspector the ICP operation is completed. More...
|
|
virtual void | init () |
| Start a new ICP operation or sequence. More...
|
|
| Inspector () |
| Construct without parameter. More...
|
|
| Inspector (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| Construct with parameters. More...
|
|
virtual | ~Inspector () |
| virtual destructor More...
|
|
template<typename S > |
S | get (const std::string ¶mName) |
| Return the value of paramName, lexically-casted to S. More...
|
|
std::string | getParamValueString (const std::string ¶mName) |
| Get the value of a parameter, as a string. More...
|
|
| Parametrizable () |
| Construct a documentation of parameters from a description in the source. More...
|
|
| Parametrizable (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| Construct with documented parameters. More...
|
|
virtual | ~Parametrizable () |
| Virtual destructor, do nothing. More...
|
|
template<typename T>
struct InspectorsImpl< T >::NullInspector
Definition at line 60 of file InspectorsImpl.h.