30 virtual DVect3 getPosition3()
const=0;
35 virtual void setPosition3(
const DVect3 &pos3)=0;
Base class for items that will be stored in containers.
Definition ithing.h:30
Interface for a user-defined geometric point.
Definition igeompoint.h:18
virtual const GeomBase * getGeomBase() const =0
Return const GeomBase.
virtual CLinkType< IGeomEdge > getStart() const =0
Returns an interface to a CLinkType<> object, a const pointer to the first object in the linked list.
virtual const IThing * getIThing() const =0
Return a const IThing interface for this object.
virtual LinkType< IGeomEdge > getStart()=0
Returns an interface to a LinkType<> object, a pointer to the first object in the linked list.
virtual DVect getPosition() const =0
Returns the position associated with the point.
virtual void setPosition(const DVect &pos)=0
virtual IThing * getIThing()=0
Return an IThing interface for this object.
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition igeompoint.h:21
uint32 TType
class type indicator
Definition basedef.h:46
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition dim.h:154
Interface for LinkType<> objects, POD that contain both the pointer to the next object and an index f...
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4
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