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