OpenSim
OpenSim 3.2
|
#include <Geometry.h>
Public Member Functions | |
AnalyticSphere () | |
AnalyticSphere (double radius) | |
virtual | ~AnalyticSphere () |
const double & | getRadius () const |
void | setSphereRadius (double radius) |
Public Member Functions inherited from OpenSim::AnalyticGeometry | |
AnalyticGeometry (GeometryType aGeometricType) | |
virtual | ~AnalyticGeometry () |
void | setQuadrants (const bool quadrants[6]) |
void | getQuadrants (bool quadrants[6]) |
const bool | isPiece () const |
Public Member Functions inherited from OpenSim::Geometry | |
Geometry () | |
virtual | ~Geometry () |
const GeometryType | getShape () const |
virtual bool | isAnalytic () const |
virtual void | setFixed (bool aFixed) |
virtual bool | getFixed () const |
Static Public Member Functions | |
static AnalyticGeometry * | createSphere (double radius) |
Protected Attributes | |
double | _attributes [1] |
Additional Inherited Members | |
Public Types inherited from OpenSim::Geometry | |
enum | GeometryType { None, Sphere, Cylinder, Cone, Ellipsoid, Torus, Line, Arrow } |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinestatic |
References setSphereRadius().
Referenced by OpenSim::VisibleObject::getDefaultGeometry().
|
inline |
|
inline |
Referenced by createSphere().
|
protected |