Itasca C++ Interface
|
Interface to user-defined vector data Implemented as an IUDType<DVect> More...
#include <iudvector.h>
Public Member Functions | |
virtual IUDVector * | getNext ()=0 |
Returns the next IUDVector in whatever container it is stored in. | |
virtual const IUDVector * | getNext () const =0 |
Returns the next IUDVector in whatever container it is stored in. | |
![]() | |
virtual IThing * | getIThing ()=0 |
Returns an IThing interface to this object. | |
virtual const IThing * | getIThing () const=0 |
Returns a const IThing interface to this object. More... | |
virtual IUDPos * | getIUDPos ()=0 |
Returns an IUDPos interface to this object. | |
virtual const IUDPos * | getIUDPos () const=0 |
Returns a const IUDPos interface to this object. More... | |
virtual DVect | getValue () const=0 |
Returns the current value associated with the user-defined data. | |
virtual void | setValue (const DVect &t)=0 |
Sets the value associated with the user-defined data. | |
Static Public Attributes | |
static const TType | type_ = 0x4c815bd3 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Additional Inherited Members | |
![]() | |
typedef DVect | value_type |
Specifies the value stored in the object. | |
Interface to user-defined vector data Implemented as an IUDType<DVect>