#include <LocalSpaceRectangular3D.h>
Inheritance diagram for srm::Coord3D_LocalSpaceRectangular3D:


Public Member Functions | |
| Coord3D_LocalSpaceRectangular3D (SRF_LocalSpaceRectangular3D *srf, SRM_Long_Float u=0.0, SRM_Long_Float v=0.0, SRM_Long_Float w=0.0) | |
| Constructor. | |
| Coord3D_LocalSpaceRectangular3D (const Coord3D_LocalSpaceRectangular3D &coord) | |
| Copy constructor. | |
| void | copyTo (Coord3D_LocalSpaceRectangular3D &coord) const |
| Copies component values to the coordinate. | |
| bool | isEqual (const Coord3D_LocalSpaceRectangular3D &coord) const |
| Returns true if the coordinate component values are identical. | |
| void | setComponentValues (SRM_Long_Float u, SRM_Long_Float v, SRM_Long_Float w) |
| Sets all coordinate component values. | |
| SRM_Long_Float | get_u () const |
| Returns the u value. | |
| SRM_Long_Float | get_v () const |
| Returns the v value. | |
| SRM_Long_Float | get_w () const |
| Returns the w value. | |
| void | set_u (SRM_Long_Float value) |
| Sets the u value. | |
| void | set_v (SRM_Long_Float value) |
| Sets the v value. | |
| void | set_w (SRM_Long_Float value) |
| Sets the w value. | |
| virtual bool | isA (Coord_ClassType type) const |
| Returns true if this coordinate is of the given class type. | |
| virtual Coord_ClassType | getClassType () const |
| Returns true if this SRF is of the given class type. | |
| bool | operator== (const Coord3D_LocalSpaceRectangular3D &rhs) const |
| The equality operator. | |
| bool | isCompatibleWith (const Coord3D_LocalSpaceRectangular3D &rhs) const |
| Returns true if the coordinates are associated with SRFs with identical parameters. | |
| Coord3D_LocalSpaceRectangular3D & | operator= (const Coord3D_LocalSpaceRectangular3D &rhs) |
| The assignment operator. | |
Definition at line 197 of file LocalSpaceRectangular3D.h.
|
|
Copies component values to the coordinate.
Definition at line 224 of file LocalSpaceRectangular3D.h. |
|
|
Returns true if the coordinates are associated with SRFs with identical parameters.
Definition at line 317 of file LocalSpaceRectangular3D.h. |
|
|
Returns true if the coordinate component values are identical.
Definition at line 237 of file LocalSpaceRectangular3D.h. |
|
|
The assignment operator.
Definition at line 326 of file LocalSpaceRectangular3D.h. |
| Spatial Reference Model C++ API | Version 4.4 - December 7, 2009 |
| Copyright © 2009 SEDRIS | Docs by Doxygen 1.3.2 |