All Frameworks  Class Hierarchy  This Framework  Indexes   

CATTTRSInterfaces Class 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
public CATMathSphericalRGE( const iMathPoint)
Constructs a Spherical RGE using a point.
Parameters:
iMathPoint
The point making up the Spherical RGE

Methods


o GetMathPoint
public GetMathPoint( ioMathPoint)
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
public GetTTRSClass()
Returns the TTRS class associated with the Spherical RGE.
o GetTTRSclass
public 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

Copyright © 2003, Dassault Systèmes. All rights reserved.