#include <HsmModeFinder3d.h>
Public Member Functions | |
virtual HsmModeFinder3d * | clone () const |
virtual GlobalPoint | operator() (const std::vector< PointAndDistance > &) const |
this is a half sample mode finder that works coordinate wise, in 3d.
this is a half sample mode finder that works coordinate wise, in 3d; as an preparatory step we filter out all values whose distance is above a certain threshold ( the threshold moves if not enough values are found within the threshold ).
Definition at line 12 of file HsmModeFinder3d.h.
HsmModeFinder3d * HsmModeFinder3d::clone | ( | void | ) | const [virtual] |
Implements ModeFinder3d.
Definition at line 18 of file HsmModeFinder3d.cc.
{ return new HsmModeFinder3d ( * this ); }
GlobalPoint HsmModeFinder3d::operator() | ( | const std::vector< PointAndDistance > & | values | ) | const [virtual] |
Half sample mode in 3d, as a functional class.
Implements ModeFinder3d.
Definition at line 7 of file HsmModeFinder3d.cc.