OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimDemPoint.h>
Public Member Functions | |
ossimDemPoint (double x=0.0, double y=0.0) | |
double | getX () const |
double | getY () const |
void | getXY (double &x, double &y) const |
void | setX (double x) |
void | setY (double y) |
void | setXY (double x, double y) |
bool | operator< (ossimDemPoint const &) const |
bool | operator== (ossimDemPoint const &) const |
Private Attributes | |
double | _x |
double | _y |
Definition at line 18 of file ossimDemPoint.h.
|
inline |
Definition at line 45 of file ossimDemPoint.h.
|
inline |
Definition at line 53 of file ossimDemPoint.h.
References _x.
Referenced by ossimDemGrid::fillGeographic(), and ossimDemGrid::fillUTM().
|
inline |
Definition at line 67 of file ossimDemPoint.h.
|
inline |
Definition at line 60 of file ossimDemPoint.h.
References _y.
Referenced by ossimDemGrid::fillGeographic(), and ossimDemGrid::fillUTM().
|
inline |
Definition at line 33 of file ossimDemPoint.h.
|
inline |
Definition at line 34 of file ossimDemPoint.h.
|
inline |
Definition at line 75 of file ossimDemPoint.h.
|
inline |
|
inline |
Definition at line 82 of file ossimDemPoint.h.
|
private |
Definition at line 38 of file ossimDemPoint.h.
Referenced by getX(), getXY(), ossimDemPoint(), setX(), and setXY().
|
private |
Definition at line 39 of file ossimDemPoint.h.
Referenced by getXY(), getY(), ossimDemPoint(), setXY(), and setY().