22 virtual void setRadius(
const double &v,
bool lock=
false)=0;
One stop include for all objects defined as part of base interface.
Interface for the definition of a Sphere.
Definition isphere.h:10
virtual DVect getPosition() const =0
Returns the center of the sphere.
virtual void setPosition(const DVect &v)=0
Sets the center of the sphere.
virtual void setRadius(const double &v, bool lock=false)=0
sets the sphere radius
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition isphere.h:13
virtual double getRadius() const =0
Returns the sphere radius.
DIM - Provides code portability between 2D and 3D codes.
uint32 TType
class type indicator
Definition basedef.h:46
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition dim.h:154
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4