Interface for IExtrudePoint objects.
Definition iextrudepoint.h:20
 
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition iextrudepoint.h:23
 
virtual LinkType< IExtrudeEdge > getStartExtrude()=0
Returns an interface to a LinkType<> object, a pointer to the first object in the linked list.
 
virtual IThing * getIThing()=0
Return an IThing interface for this object.
 
virtual const IThing * getIThing() const =0
Return a const IThing interface for this object.
 
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 const IGeomPoint * getIGeomPoint() const =0
Return a const IGeomPoint interface for this object.
 
virtual bool isConnected()=0
Return true if point is attached to any edge.
 
virtual IGeomPoint * getIGeomPoint()=0
Return an IGeomPoint interface for this object.
 
Base class for items that will be stored in containers.
Definition ithing.h:31
 
Interface for a user-defined geometric point.
Definition igeompoint.h:18
 
uint32 TType
class type indicator
Definition basedef.h:47
 
Interface for LinkType<> objects, POD that contain both the pointer to the next object and an index f...
 
namespace Itasca
Definition basememory.cpp:14
 
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:6
 
same as LynkType, but with a constant pointer object
Definition ilinktype.h:46
 
Interface for LinkType<> objects, POD that contain both the pointer to the next object and an index f...
Definition ilinktype.h:12