Simbody  3.4 (development)
SimTK::ContactGeometry::Sphere Class Reference

This ContactGeometry subclass represents a sphere centered at the origin. More...

#include <ContactGeometry.h>

+ Inheritance diagram for SimTK::ContactGeometry::Sphere:

List of all members.

Public Member Functions

 Sphere (Real radius)
Real getRadius () const
void setRadius (Real radius)
const Impl & getImpl () const
Impl & updImpl ()
 Internal use only.

Static Public Member Functions

static bool isInstance (const ContactGeometry &geo)
 Return true if the supplied ContactGeometry object is a sphere.
static const SpheregetAs (const ContactGeometry &geo)
 Cast the supplied ContactGeometry object to a const sphere.
static SphereupdAs (ContactGeometry &geo)
 Cast the supplied ContactGeometry object to a writable sphere.
static ContactGeometryTypeId classTypeId ()
 Obtain the unique id for Sphere contact geometry.

Detailed Description

This ContactGeometry subclass represents a sphere centered at the origin.


Constructor & Destructor Documentation

SimTK::ContactGeometry::Sphere::Sphere ( Real  radius) [explicit]

Member Function Documentation

static bool SimTK::ContactGeometry::Sphere::isInstance ( const ContactGeometry geo) [inline, static]

Return true if the supplied ContactGeometry object is a sphere.

static const Sphere& SimTK::ContactGeometry::Sphere::getAs ( const ContactGeometry geo) [inline, static]

Cast the supplied ContactGeometry object to a const sphere.

static Sphere& SimTK::ContactGeometry::Sphere::updAs ( ContactGeometry geo) [inline, static]

Cast the supplied ContactGeometry object to a writable sphere.

Obtain the unique id for Sphere contact geometry.

Internal use only.

Reimplemented from SimTK::ContactGeometry.

Internal use only.

Reimplemented from SimTK::ContactGeometry.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines