All Frameworks Class Hierarchy This Framework Previous Indexes
CATTTRSInterfaces Class CATMathSphericalRGE
CATTTRSInterfaces.CATMathRGE
|
+---CATMathSphericalRGE
Usage: you must use this class as is. You should never derive it.
public class CATMathSphericalRGE
Class representing the mathematical properties of an RGE whose TTRS class is Spherical.
Overrides CATMathRGE.
Constructor and Destructor Index
- o
CATMathSphericalRGE(CATMathPoint&)
- Constructs a Spherical RGE using a point.
Method Index
- o
GetMathPoint(CATMathPoint&)
- Retrieves the point making up the Spherical RGE.
- o
GetTTRSClass()
- Returns the TTRS class associated with the Spherical RGE.
- o
GetTTRSclass()
- Returns the TTRS class associated with the Spherical RGE.
Data Member Index
- o
_math_point
- The point that makes up the Spherical RGE.
Constructor and Destructor
o CATMathSphericalRGE
-
Constructs a Spherical RGE using a point.
- Parameters:
-
- iMathPoint
- The point making up the Spherical RGE
Methods
o GetMathPoint
-
Retrieves the point making up the Spherical RGE.
- Parameters:
-
- ioMathPoint
- The retrieved point
- Returns:
- S_OK Returns always S_OK, even if a null point makes up the RGE
o GetTTRSClass
-
Returns the TTRS class associated with the Spherical RGE.
o GetTTRSclass
-
Returns the TTRS class associated with the Spherical RGE.
Data Members
o _math_point
public CATMathPoint _math_point
-
The point that makes up the Spherical RGE.
This object is included in the file: CATMathRGE.h
If needed, your Imakefile.mk should include the module: CATTTRSItf