Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
itascaxd::ISphere Class Referenceabstract

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().
 

Detailed Description

Interface for the definition of a Sphere.


The documentation for this class was generated from the following file: