bool isValid() const
Definition: SmtkPoint.h:49
PointGeometry m_regpnt
Definition: SmtkPoint.h:153
Coordinate m_geom
Definition: SmtkPoint.h:57
bool isValid() const
Indicates the smtk portion of the point is valid.
Definition: SmtkPoint.h:87
Define a generic Y/X container.
Definition: GruenTypes.h:69
const Coordinate & getPoint() const
Definition: SmtkPoint.h:53
Define a point set of left, right and geometry at that location.
Definition: GruenTypes.h:187
double getEigen() const
Definition: GruenTypes.h:465
const Coordinate & getRight() const
Returns the registered right coordinate.
Definition: SmtkPoint.h:129
AffineRadio m_affine
Definition: GruenTypes.h:474
~SmtkPoint()
Definition: SmtkPoint.h:84
SmtkPoint(const PointPair &point, const PointPair &geom=PointPair())
Definition: SmtkPoint.h:75
Container for a point and its geometry.
Definition: SmtkPoint.h:41
SmtkPoint()
Definition: SmtkPoint.h:73
double GoodnessOfFit() const
Returns goodness of the fit registration.
Definition: SmtkPoint.h:90
MatchPoint m_matchpt
Definition: SmtkPoint.h:152
bool m_isValid
Definition: SmtkPoint.h:156
bool isRegistered() const
Returns registration status.
Definition: SmtkPoint.h:150
const AffineRadio & getAffine() const
Returns the affine transform and radiometic results.
Definition: SmtkPoint.h:134
PointGeometry()
Definition: SmtkPoint.h:43
SmtkPoint(const MatchPoint &mpt, const PointGeometry ®pnt, const PointPair &geom)
Definition: SmtkPoint.h:79
PointGeometry(const Coordinate &pnt, const Coordinate &geom=Coordinate())
Definition: SmtkPoint.h:44
PointPair m_geom
Definition: SmtkPoint.h:154
const Coordinate & getLeft() const
Returns the left point.
Definition: SmtkPoint.h:115
PointPair m_point
Definition: GruenTypes.h:473
bool isValid() const
Check for goodness.
Definition: GruenTypes.h:123
const PointPair & getPoints() const
Get initial left and right point pair.
Definition: SmtkPoint.h:105
Container for affine and radiometric parameters.
Definition: GruenTypes.h:258
Coordinate m_point
Definition: SmtkPoint.h:56
~PointGeometry()
Definition: SmtkPoint.h:47
Structure containing comprehensive registration info/results.
Definition: GruenTypes.h:449
const PointPair & getGeometry() const
Return left and right point geometry.
Definition: SmtkPoint.h:110
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
bool m_registered
Definition: SmtkPoint.h:155
const Coordinate & getGeometry() const
Definition: SmtkPoint.h:54
Container for SMTK match points
Definition: SmtkPoint.h:71