11    class IRigidBodyMechanicalExt;
 
   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;
 
 
A template-based matrix class, size fixed at compile time. Defaults to symmetric sized matrix.
Definition matrix.h:22
Definition iballmechanical.h:18
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