11 class IRigidBodyMechanicalExt;
15 using namespace itasca;
20 virtual IRigidBodyMechanicalExt * getIRigidBodyMechanicalExt()=0;
21 virtual const IRigidBodyMechanicalExt * getIRigidBodyMechanicalExt()
const=0;
23 virtual double getInertialMoi()
const=0;
24 virtual double getMoi()
const=0;
25 virtual double getRadius()
const=0;
27 virtual void setRadius(
const double &d)=0;
Interface to a group object.
Definition igroup.h:9
Base class for items that will be stored in containers.
Definition ithing.h:31
Definition iballmechanical.h:18
Matrix< double, SX, SY > DMatrix
DMatrix is a Matrix that defaults to type double...
Definition matrix.h:668
#define itascaxd
Expands to itasca2d in 2D, itasca3d in 3D, for use as a namespace name....
Definition dim.h:181
A template-based matrix class, size fixed at compile time.
namespace Itasca
Definition basememory.cpp:14
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:6
PFC namespace.
Definition iballfluid.h:15