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 3 Programmer Reference
|
Container for a point and its geometry. More...
#include <SmtkPoint.h>
Public Member Functions | |
PointGeometry (const Coordinate &pnt, const Coordinate &geom=Coordinate()) | |
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.
Definition at line 24 of file SmtkPoint.h.
|
inline |
Definition at line 26 of file SmtkPoint.h.
|
inline |
Definition at line 27 of file SmtkPoint.h.
|
inline |
Definition at line 30 of file SmtkPoint.h.
|
inline |
Definition at line 37 of file SmtkPoint.h.
|
inline |
Definition at line 36 of file SmtkPoint.h.
|
inline |
Definition at line 32 of file SmtkPoint.h.
Coordinate Isis::PointGeometry::m_geom |
Definition at line 40 of file SmtkPoint.h.
Coordinate Isis::PointGeometry::m_point |
Definition at line 39 of file SmtkPoint.h.