|
Isis 3.0 Developer's Reference (API) |
Home |
Container for a point and its geometry. More...
#include <SmtkPoint.h>
Public Member Functions | |
| PointGeometry () | |
| PointGeometry (const Coordinate &pnt, const Coordinate &geom=Coordinate()) | |
| ~PointGeometry () | |
| bool | isValid () const |
| const Coordinate & | getPoint () const |
| const Coordinate & | getGeometry () const |
Public Attributes | |
| Coordinate | m_point |
| Coordinate | m_geom |
Container for a point and its geometry.
| Isis::PointGeometry::PointGeometry | ( | ) | [inline] |
| Isis::PointGeometry::PointGeometry | ( | const Coordinate & | pnt, | |
| const Coordinate & | geom = Coordinate() | |||
| ) | [inline] |
| Isis::PointGeometry::~PointGeometry | ( | ) | [inline] |
| const Coordinate& Isis::PointGeometry::getGeometry | ( | ) | const [inline] |
References m_geom.
Referenced by Isis::SmtkMatcher::Register().
| const Coordinate& Isis::PointGeometry::getPoint | ( | ) | const [inline] |
References m_point.
Referenced by Isis::SmtkPoint::getRight(), and Isis::SmtkMatcher::Register().
| bool Isis::PointGeometry::isValid | ( | ) | const [inline] |
References Isis::Coordinate::isValid(), m_geom, and m_point.
Referenced by Isis::SmtkMatcher::Register().
Referenced by getGeometry(), and isValid().
Referenced by getPoint(), and isValid().