#include <Orientation.h>
Inheritance diagram for srm::OrientationMatrix:


Public Member Functions | |
| OrientationMatrix () | |
| Default constructor. | |
| OrientationMatrix (SRM_Long_Float a11, SRM_Long_Float a12, SRM_Long_Float a13, SRM_Long_Float a21, SRM_Long_Float a22, SRM_Long_Float a23, SRM_Long_Float a31, SRM_Long_Float a32, SRM_Long_Float a33) | |
| Constructor using elements of the matrix (mat) 3x3 parameter. | |
| OrientationMatrix (const SRM_Matrix_3x3 ¶ms) | |
| constructor.using matrix 3x3 parameter data structure | |
| OrientationMatrix (const Orientation &other) | |
| Copy constructor. | |
| virtual Orientation & | operator= (const Orientation &other) |
| Assignment operator. | |
| virtual std::string | toString () const |
| Returns the string for the matrix 3x3 orientation representation. | |
| virtual SRM_Ori_Rep_Type | getOriRep () const |
| Returns the native orientation representation type. | |
Static Public Member Functions | |
| bool | isValidParams (const SRM_Matrix_3x3 ¶ms) |
| Returns true if the matrix parameters represent a valid orientation. | |
| OrientationMatrix | compose (const Orientation &left, const Orientation &right) |
| Composes the right orientation with the left orientation and returns the result in the output orientation, i.e., composed_ori = left*right. | |
| bool | equivParams (const SRM_Matrix_3x3 ¶ms1, const SRM_Matrix_3x3 ¶ms2, SRM_Long_Float tolerance=0.0) |
| Matrix element equality, plus or minus tolerance. | |
Protected Member Functions | |
| virtual void | _updateIntData () const |
| the virtual function to convert the data from native representation to the internal representation | |
| virtual void | _updateRepData () |
| the virtual function to convert the data from internal representation to the native representation | |
Protected Attributes | |
| SRM_Matrix_3x3 | _matrix |
Definition at line 310 of file Orientation.h.
|
|
Default constructor. The default value is the identity matrix. |
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor using elements of the matrix (mat) 3x3 parameter.
|
|
|
constructor.using matrix 3x3 parameter data structure
|
|
||||||||||||
|
Composes the right orientation with the left orientation and returns the result in the output orientation, i.e., composed_ori = left*right.
|
| Spatial Reference Model C++ API | Version 4.4 - December 7, 2009 |
| Copyright © 2009 SEDRIS | Docs by Doxygen 1.3.2 |