All Frameworks Class Hierarchy This Framework Indexes
PolyhedralInterfaces Interface CATIPolySurfaceVertex
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPolySurfaceVertex
Interface to a polyhedral surface vertex.
A polyhedral surface vertex is a CATIPolyPoint defined by a CATIPolySurface vertex.
A surface vertex lies on a CATIPolySurface.
Implementations of this interface should be thread-safe for use with the polyhedral operators.
Method Index
- o
CastToSurfaceVertex()
- Casts a const CATIPolyPoint to a const CATIPolySurfaceVertex.
- o
CastToSurfaceVertex()
- Casts a const CATIPolyPoint to a const CATIPolySurfaceVertex.
- o
GetSurfaceVertexIndex()
- Returns the index of the surface vertex.
- o
GetSurface()
- Returns the CATIPolySurface on which the point lies.
- o
GetSurface()
- Returns the CATIPolySurface on which the point lies.
Methods
o CastToSurfaceVertex
| public virtual CastToSurfaceVertex( | ) |
-
Casts a const CATIPolyPoint to a const CATIPolySurfaceVertex.
- Returns:
- The cast as a const CATIPolySurfaceVertex.
o CastToSurfaceVertex
| public virtual CastToSurfaceVertex( | ) |
-
Casts a const CATIPolyPoint to a const CATIPolySurfaceVertex.
- Returns:
- The cast as a const CATIPolySurfaceVertex.
o GetSurfaceVertexIndex
| public virtual GetSurfaceVertexIndex( | ) |
-
Returns the index of the surface vertex.
o GetSurface
| public virtual GetSurface( | ) |
-
Returns the CATIPolySurface on which the point lies.
o GetSurface
| public virtual GetSurface( | ) |
-
Returns the CATIPolySurface on which the point lies.
This object is included in the file: CATIPolySurfaceVertex.h
If needed, your Imakefile.mk should include the module: CATPolyhedralInterfaces