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