Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
extruder::IExtrudePoint Class Referenceabstract

Interface for IExtrudePoint objects. More...

#include <iextrudepoint.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Return a const IThing interface for this object.
 
virtual IThinggetIThing ()=0
 Return an IThing interface for this object.
 
virtual const IGeomPointgetIGeomPoint () const =0
 Return a const IGeomPoint interface for this object.
 
virtual IGeomPointgetIGeomPoint ()=0
 Return an IGeomPoint interface for this object.
 
virtual bool isConnected ()=0
 Return true if point is attached to any edge.
 
virtual CLinkType< IExtrudeEdgegetStartExtrude () const =0
 Returns an interface to a CLinkType<> object, a const pointer to the first object in the linked list.
 
virtual LinkType< IExtrudeEdgegetStartExtrude ()=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().
 

Detailed Description

Interface for IExtrudePoint objects.


The documentation for this class was generated from the following file: