Itasca C++ Interface
|
Interface for IExtrudePoint objects. More...
#include <iextrudepoint.h>
Public Member Functions | |
virtual const IThing * | getIThing () const =0 |
Return a const IThing interface for this object. | |
virtual IThing * | getIThing ()=0 |
Return an IThing interface for this object. | |
virtual const IGeomPoint * | getIGeomPoint () const =0 |
Return a const IGeomPoint interface for this object. | |
virtual IGeomPoint * | getIGeomPoint ()=0 |
Return an IGeomPoint interface for this object. | |
virtual bool | isConnected ()=0 |
Return true if point is attached to any edge. | |
virtual CLinkType< IExtrudeEdge > | getStartExtrude () const =0 |
Returns an interface to a CLinkType<> object, a const pointer to the first object in the linked list. | |
virtual LinkType< IExtrudeEdge > | getStartExtrude ()=0 |
Returns an interface to a LinkType<> object, a pointer to the first object in the linked list. | |
Static Public Attributes | |
static const TType | type_ = 0x4cb610e5 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface for IExtrudePoint objects.