All Frameworks Class Hierarchy This Framework Indexes
GeometricOperators Class CATDynMassProperties1D
Usage: you must use this class as is. You should never derive it.
public class CATDynMassProperties1D
Class defining the geometric operator to perform a global analysis on a CATCurve.
This class is transient and cannot be streamed. It performs conversion from curve parameter
to length and the converse.
The class is created with the CATDynCreateMassProperties1D global method and is deleted
with the usual C++ delete operator.
Constructor and Destructor Index
- o
~CATDynMassProperties1D()
-
Method Index
- o
GetLengthFromParams(CATCrvParam&,CATCrvParam&)
- Returns the length between two points of a CATCurve.
- o
GetLength()
- Returns the total length of a CATCurve.
- o
GetParamFromLength(CATCrvParam&,CATLength&)
- Returns the CATCrvParam corresponding to the point at a given length
of another point.
Constructor and Destructor
o ~CATDynMassProperties1D
| public virtual ~CATDynMassProperties1D( | ) |
-
Methods
o GetLengthFromParams
| public virtual GetLengthFromParams( | const | iParam1, |
| const | iParam2) |
-
Returns the length between two points of a CATCurve.
- Parameters:
-
- iParam1
- The first point.
- iParam2
- The second point.
- Returns:
- The length between the two points.
o GetLength
| public virtual GetLength( | ) |
-
Returns the total length of a CATCurve.
- Returns:
- The total length of the curve
o GetParamFromLength
| public virtual GetParamFromLength( | const | iParam, |
| const | iLength) |
-
Returns the CATCrvParam corresponding to the point at a given length
of another point.
- Parameters:
-
- iParam
- The point on the curve.
- iLength
- The length on the curve measured from the point iParam.
- Returns:
- The corresponding point.
This object is included in the file: CATDynMassProperties1D.h
If needed, your Imakefile.mk should include the module: CATGeometricOperators