3#include "baseqt/src/baseqt.h"
32 virtual double getVolumeTemp()
const=0;
33 virtual void setVolumeTemp(
const double &d)=0;
40 virtual SymTensor getMoiTensor()
const = 0;
A symmetric 2nd order tensor.
Definition symtensor.h:22
Base class for items that will be stored in containers.
Definition ithing.h:31
Definition irblocktemplate.h:13
virtual IThing * getIThing()=0
Return an IThing interface for this object.
virtual string getName() const =0
Return the name of the template.
virtual double getMoiCompTemp(int) const =0
Admissible values are: 11,12,13,22,23,33 in 3D. This is as the RBlock template has been imported.
virtual IRBlock * getIRBlock()=0
Return an IRBlock interface for this object.
virtual void setMoiTemp(const DAVect &)=0
Set the inertia tensor in principal axis form.
virtual void setMoiCompTemp(const double &, int)=0
virtual const IRBlock * getIRBlock() const =0
Return a const IRBlock interface for this object.
virtual const IThing * getIThing() const =0
Return a const IThing interface for this object.
virtual DAVect getMoiTemp() const =0
Return the inertia tensor in principal axis form.
static const TType type_
TType for type casting.
Definition irblocktemplate.h:16
uint32 TType
class type indicator
Definition basedef.h:47
DAVect3 DAVect
Angular vector of doubles, either 2D or 3D.
Definition dim.h:164
namespace Itasca
Definition basememory.cpp:14