Itasca C++ Interface
Loading...
Searching...
No Matches
itascaxd::IUDTensor Class Referenceabstract

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

#include <iudtensor.h>

Inheritance diagram for itascaxd::IUDTensor:
itascaxd::IUDType< SymTensor >

Public Member Functions

IUDTensorgetNext () override=0
 Returns the next IUDTensor in whatever container it is stored in.
const IUDTensorgetNext () const override=0
 Returns the next IUDTensor in whatever container it is stored in.
Public Member Functions inherited from itascaxd::IUDType< SymTensor >
virtual IThinggetIThing ()=0
 Returns an IThing interface to this object.
virtual IUDPosgetIUDPos ()=0
 Returns an IUDPos interface to this object.
virtual SymTensor getValue () const=0
 Returns the current value associated with the user-defined data.
virtual void setValue (const SymTensor &t)=0
 Sets the value associated with the user-defined data.

Static Public Attributes

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

Additional Inherited Members

Public Types inherited from itascaxd::IUDType< SymTensor >
typedef SymTensor value_type
 Specifies the value stored in the object.

Detailed Description

Interface to user-defined tensor data.

Implemented as an IUDType<SymTensor>

Member Function Documentation

◆ getNext()

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

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

Implements itascaxd::IUDType< SymTensor >.


The documentation for this class was generated from the following file:
  • C:/Source/itasca-suite/common/module/interface/iudtensor.h