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