|
Itasca C++ Interface
|
Interface to user-defined scalar data. More...
#include <iudscalar.h>
Public Member Functions | |
| IUDScalar * | getNext () override=0 |
| Returns the next IUDScalar in whatever container it is stored in. | |
| const IUDScalar * | getNext () const override=0 |
| Returns the next IUDScalar in whatever container it is stored in. | |
| Public Member Functions inherited from itascaxd::IUDType< double > | |
| virtual IThing * | getIThing ()=0 |
| Returns an IThing interface to this object. | |
| virtual IUDPos * | getIUDPos ()=0 |
| Returns an IUDPos interface to this object. | |
| virtual double | getValue () const=0 |
| Returns the current value associated with the user-defined data. | |
| virtual void | setValue (const double &t)=0 |
| Sets the value associated with the user-defined data. | |
Static Public Attributes | |
| static const TType | type_ = 0x4c815bd7 |
| The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Additional Inherited Members | |
| Public Types inherited from itascaxd::IUDType< double > | |
| typedef double | value_type |
| Specifies the value stored in the object. | |
Interface to user-defined scalar data.
Implemented as an IUDType<double>
|
overridepure virtual |
Returns the next IUDScalar in whatever container it is stored in.
Implements itascaxd::IUDType< double >.