An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
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 |
References m_geom.
Referenced by Isis::SmtkMatcher::Register().
|
inline |
References m_point.
Referenced by Isis::SmtkMatcher::Register().
|
inline |
References m_geom, and m_point.
Referenced by Isis::SmtkMatcher::Register().
Coordinate Isis::PointGeometry::m_geom |
Referenced by getGeometry(), isValid(), PointGeometry(), and PointGeometry().
Coordinate Isis::PointGeometry::m_point |
Referenced by getPoint(), isValid(), PointGeometry(), and PointGeometry().