#include <Feature.h>
Public Member Functions | |
| ImplicitFeature () | |
| ImplicitFeature (const FAMILYMARKER &f, const TYPEMARKER &t) | |
| const FAMILYMARKER & | getFamily () const |
| void | setFamily (const FAMILYMARKER &f) |
| const TYPEMARKER & | getType () const |
| void | setType (const TYPEMARKER &t) |
| LOCTYPE | getLoc () const |
| void | addPoint (const LOCTYPE *p, double weight=1.0) |
| void | reset () |
| const std::vector < LOCTYPE > & | getDirs () const |
| std::vector< LOCTYPE > & | getDirs () |
Definition at line 43 of file Feature.h.
| RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::ImplicitFeature | ( | ) | [inline] |
| RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::ImplicitFeature | ( | const FAMILYMARKER & | f, | |
| const TYPEMARKER & | t | |||
| ) | [inline, explicit] |
| const FAMILYMARKER& RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::getFamily | ( | ) | const [inline] |
| void RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::setFamily | ( | const FAMILYMARKER & | f | ) | [inline] |
| const TYPEMARKER& RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::getType | ( | ) | const [inline] |
| void RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::setType | ( | const TYPEMARKER & | t | ) | [inline] |
| LOCTYPE RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::getLoc | ( | ) | const [inline] |
| void RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::addPoint | ( | const LOCTYPE * | p, | |
| double | weight = 1.0 | |||
| ) | [inline] |
| void RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::reset | ( | ) | [inline] |
| const std::vector<LOCTYPE>& RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::getDirs | ( | ) | const [inline] |
| std::vector<LOCTYPE>& RDFeatures::ImplicitFeature< FAMILYMARKER, TYPEMARKER, LOCTYPE >::getDirs | ( | ) | [inline] |
1.5.3