Isis Developer Reference
|
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.
|
inline |
|
inline |
|
inline |
|
inline |
References m_geom.
|
inline |
References m_point.
Referenced by Isis::SmtkPoint::getRight().
|
inline |
References Isis::Coordinate::isValid(), m_geom, and m_point.
Coordinate Isis::PointGeometry::m_geom |
Referenced by getGeometry(), and isValid().
Coordinate Isis::PointGeometry::m_point |
Referenced by getPoint(), and isValid().