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

Interface to user-defined scalar data. More...

#include <iudscalar.h>

Inheritance diagram for itascaxd::IUDScalar:
itascaxd::IUDType< T >

Public Member Functions

IUDScalargetNext () override=0
 Returns the next IUDScalar in whatever container it is stored in.
 
const IUDScalargetNext () const override=0
 Returns the next IUDScalar in whatever container it is stored in.
 
- Public Member Functions inherited from itascaxd::IUDType< T >
virtual IThinggetIThing ()=0
 Returns an IThing interface to this object.
 
virtual const IThinggetIThing () const =0
 Returns a const IThing interface to this object.
 
virtual IUDPosgetIUDPos ()=0
 Returns an IUDPos interface to this object.
 
virtual const IUDPosgetIUDPos () const =0
 Returns a const IUDPos interface to this object.
 
virtual T getValue () const =0
 Returns the current value associated with the user-defined data.
 
virtual void setValue (const T &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< T >
typedef T value_type
 Specifies the value stored in the object.
 

Detailed Description

Interface to user-defined scalar data.

Implemented as an IUDType<double>

Member Function Documentation

◆ getNext() [1/2]

const IUDScalar * itascaxd::IUDScalar::getNext ( ) const
overridepure virtual

Returns the next IUDScalar in whatever container it is stored in.

Implements itascaxd::IUDType< T >.

◆ getNext() [2/2]

IUDScalar * itascaxd::IUDScalar::getNext ( )
overridepure virtual

Returns the next IUDScalar in whatever container it is stored in.

Implements itascaxd::IUDType< T >.


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