|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class represents a coordinate. More...
#include <Coordinate.h>
Public Member Functions | |
| Coordinate () | |
| Constructor. More... | |
| ~Coordinate () | |
| Destructor. More... | |
| Coordinate (double x, double y, double z) | |
| Constructor with initializations. More... | |
| Coordinate (const Coordinate &rhs) | |
| Copy constructor. More... | |
| Coordinate & | operator= (const Coordinate &rhs) |
| Affectation operator. More... | |
| void | set_coordinates (double x, double y, double z) |
| double | get_x () |
| double | get_y () |
| double | get_z () |
Protected Attributes | |
| double | _x |
| double | _y |
| double | _z |
This class represents a coordinate.
Definition at line 25 of file Coordinate.h.
| ossimplugins::Coordinate::Coordinate | ( | ) |
| ossimplugins::Coordinate::~Coordinate | ( | ) |
| ossimplugins::Coordinate::Coordinate | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| ossimplugins::Coordinate::Coordinate | ( | const Coordinate & | rhs | ) |
|
inline |
Definition at line 52 of file Coordinate.h.
Referenced by ossimplugins::SarSensor::ImageToWorld().
|
inline |
Definition at line 57 of file Coordinate.h.
Referenced by ossimplugins::SarSensor::ImageToWorld().
|
inline |
Definition at line 62 of file Coordinate.h.
| Coordinate & ossimplugins::Coordinate::operator= | ( | const Coordinate & | rhs | ) |
| void ossimplugins::Coordinate::set_coordinates | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Definition at line 54 of file Coordinate.cpp.
References _x, _y, _z, x, and y.
Referenced by ossimplugins::RectangularCoordinate::AsGeodesicCoordinates(), and ossimplugins::SarSensor::localisationSAR().
|
protected |
Definition at line 65 of file Coordinate.h.
Referenced by ossimplugins::RectangularCoordinate::AsGeodesicCoordinates(), operator=(), ossimplugins::GeodesicCoordinate::operator=(), ossimplugins::RectangularCoordinate::operator=(), and set_coordinates().
|
protected |
Definition at line 68 of file Coordinate.h.
Referenced by ossimplugins::RectangularCoordinate::AsGeodesicCoordinates(), operator=(), ossimplugins::GeodesicCoordinate::operator=(), ossimplugins::RectangularCoordinate::operator=(), and set_coordinates().
|
protected |
Definition at line 69 of file Coordinate.h.
Referenced by ossimplugins::RectangularCoordinate::AsGeodesicCoordinates(), operator=(), ossimplugins::GeodesicCoordinate::operator=(), ossimplugins::RectangularCoordinate::operator=(), and set_coordinates().
1.8.14