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

Interface to the position in space of user-defined data that requires it. More...

#include <iudpos.h>

Public Member Functions

virtual IThinggetIThing ()=0
 Returns an IThing interface to this object.
 
virtual const IThinggetIThing () const =0
 
virtual DVect getPosition () const =0
 Returns the current position in space of the object.
 
virtual void setPosition (const DVect &v)=0
 Sets the current position of the object.
 

Static Public Attributes

static const TType type_ = 0x4c815bd2
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 

Detailed Description

Interface to the position in space of user-defined data that requires it.

This interface allows access to position information, if the user-defined data includes it.

Member Function Documentation

◆ getIThing()

virtual const IThing * itascaxd::IUDPos::getIThing ( ) const
pure virtual


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