Itasca C++ Interface
|
Interface for the definition of a Sphere. More...
#include <isphere.h>
Public Member Functions | |
virtual DVect | getPosition () const =0 |
Returns the center of the sphere. | |
virtual double | getRadius () const =0 |
Returns the sphere radius. | |
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 Public Attributes | |
static const TType | type_ = 0x4e93301b |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface for the definition of a Sphere.