All Frameworks Class Hierarchy This Framework Indexes
VisualizationBase Class CATGraphicElementNormale
Usage: you must use this class as is. You should never derive it.
public class CATGraphicElementNormale
Class holding the normal coordinates of the intersection point.
Used by CATGraphicPathElement to store information of the selection
normal point on a graphic element.
Uses the
direction variable to set/get normal values.
- See also:
- CATGraphicPathElement
Constructor and Destructor Index
- o
~CATGraphicElementNormale()
-
- o
CATGraphicElementNormale(CATMathDirection)
- Constructor.
Method Index
- o
ClassId()
- Returns the class identifier for which the given object is an instance.
Data Member Index
- o
direction
- The normal at the intersection with graphic element.
Constructor and Destructor
o ~CATGraphicElementNormale
| public virtual ~CATGraphicElementNormale( | ) |
-
o CATGraphicElementNormale
| public CATGraphicElementNormale( | | iDirection) |
-
Constructor.
- Parameters:
-
- iDirection
- The normal at the intersection with graphic element.
Methods
o ClassId
-
Returns the class identifier for which the given object is an instance.
Data Members
o direction
public CATMathDirection direction
-
The normal at the intersection with graphic element.
This object is included in the file: CATGraphicElementNormale.h
If needed, your Imakefile.mk should include the module: CATViz