Mathematics CATMathCurve

Usage: you must use this class as is. You should never derive it.


public class CATMathCurve

Base class representing a mathematical parametric curve t -> M(t) from R to R3.

Role: This class is really useful in the context of the GeometricObjects framework and helps to return the canonical form of a geometry if it exists.


Constructor and Destructor Index


o ~CATMathCurve()
o ~CATMathCurve()

Method Index


o GetMathType()
Returns the mathematical type.
o IsA()
Returns the derived class name of this CATMathCurve.
o IsATypeOf(CATMathematicType)
Checks the type of the CATMathCurve.

Constructor and Destructor


o ~CATMathCurve
public virtual ~CATMathCurve()
o ~CATMathCurve
public virtual ~CATMathCurve()

Methods


o GetMathType
public virtual GetMathType()
Returns the mathematical type.
Returns:
The CATMathematicType.
o IsA
public virtual IsA()
Returns the derived class name of this CATMathCurve.
o IsATypeOf
public IsATypeOf( TypeReference)
Checks the type of the CATMathCurve.
Parameters:
TypeReference
The type to be checked.
Returns:
The CATMathematicType.

This object is included in the file: CATMathCurve.h
If needed, your Imakefile.mk should include the module: CATMathematics

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.