|
Isis Developer Reference
|
bool isRegistered() const
Returns registration status.
Definition: SmtkPoint.h:133
double getEigen() const
Definition: GruenTypes.h:449
bool isValid() const
Definition: SmtkPoint.h:32
Container for SMTK match points.
Definition: SmtkPoint.h:54
PointGeometry()
Definition: SmtkPoint.h:26
PointPair m_point
Definition: GruenTypes.h:457
bool m_registered
Definition: SmtkPoint.h:138
const PointPair & getGeometry() const
Return left and right point geometry.
Definition: SmtkPoint.h:93
Container for affine and radiometric parameters.
Definition: GruenTypes.h:242
MatchPoint m_matchpt
Definition: SmtkPoint.h:135
~SmtkPoint()
Definition: SmtkPoint.h:67
const PointPair & getPoints() const
Get initial left and right point pair.
Definition: SmtkPoint.h:88
SmtkPoint()
Definition: SmtkPoint.h:56
Define a generic Y/X container.
Definition: GruenTypes.h:53
bool m_isValid
Definition: SmtkPoint.h:139
const Coordinate & getRight() const
Returns the registered right coordinate.
Definition: SmtkPoint.h:112
const Coordinate & getPoint() const
Definition: SmtkPoint.h:36
SmtkPoint(const PointPair &point, const PointPair &geom=PointPair())
Definition: SmtkPoint.h:58
Coordinate m_geom
Definition: SmtkPoint.h:40
const AffineRadio & getAffine() const
Returns the affine transform and radiometic results.
Definition: SmtkPoint.h:117
Coordinate m_point
Definition: SmtkPoint.h:39
double GoodnessOfFit() const
Returns goodness of the fit registration.
Definition: SmtkPoint.h:73
Define a point set of left, right and geometry at that location.
Definition: GruenTypes.h:171
const Coordinate & getGeometry() const
Definition: SmtkPoint.h:37
~PointGeometry()
Definition: SmtkPoint.h:30
PointPair m_geom
Definition: SmtkPoint.h:137
bool isValid() const
Check for goodness.
Definition: GruenTypes.h:107
Structure containing comprehensive registration info/results.
Definition: GruenTypes.h:433
AffineRadio m_affine
Definition: GruenTypes.h:458
Container for a point and its geometry.
Definition: SmtkPoint.h:24
SmtkPoint(const MatchPoint &mpt, const PointGeometry ®pnt, const PointPair &geom)
Definition: SmtkPoint.h:62
PointGeometry m_regpnt
Definition: SmtkPoint.h:136
const Coordinate & getLeft() const
Returns the left point.
Definition: SmtkPoint.h:98
PointGeometry(const Coordinate &pnt, const Coordinate &geom=Coordinate())
Definition: SmtkPoint.h:27
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
bool isValid() const
Indicates the smtk portion of the point is valid.
Definition: SmtkPoint.h:70