All Frameworks Class Hierarchy This Framework Indexes
GMModelInterfaces Interface CATICGMDistanceTool
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMDistanceTool
Class defining the type of parallel computation.
This class is created by :
This class is the base class for some supplied classes, but you must not derive it yourself.
Method Index
- o
GetCompositeLaw()
- Returns the law used to compute the distance.
- o
GetSide()
- Returns the side on which the parallel is computed.
- o
GetType()
- Returns the type of tool :
GeodesicDistanceToolType_Euclidian or GeodesicDistanceToolType_Geodesic.
Methods
o GetCompositeLaw
| public virtual GetCompositeLaw( | ) |
-
Returns the law used to compute the distance.
- Returns:
- The pointer to the law.
o GetSide
-
Returns the side on which the parallel is computed.
- Returns:
- The side value.
Legal values : 1 for the left side, -1 for the right side.
o GetType
-
Returns the type of tool :
GeodesicDistanceToolType_Euclidian or GeodesicDistanceToolType_Geodesic.
This object is included in the file: CATICGMDistanceTool.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces