Feature Class Reference
Collaboration diagram for Feature:
Public Member Functions | |
Feature (GeometricEntityKinds entity_kind) | |
Defaults to EDGE. | |
double | dimension () const |
double | codimension () const |
const Transf & | Loc () const |
const MatrixXd & | Cov () const |
double | Cov (int i, int j) const |
void | SetCov (const MatrixXd &c) |
const Uloc & | uloc (void) const |
void | set_uloc (const Uloc &u) |
void | ComputeSegmentLength (Uloc p1, Uloc p2) |
void | SetScan (const GuiSplit &split) |
const GuiSplit & | GetScan (void) const |
Private Member Functions | |
void | GeometricRelationsObservationPointToPoint (Uloc Lsp1, Uloc Lsp2) |
Private Attributes | |
double | dimension_ |
double | codimension_ |
Uloc | uloc_ |
GuiSplit | split_ |
The documentation for this class was generated from the following files:
- feature.hh
- feature.cc