This abstract class represents a piece of high-quality geometry that can be used for valid physical simulation.
More...
#include <AnalyticGeometry.h>
List of all members.
Detailed Description
This abstract class represents a piece of high-quality geometry that can be used for valid physical simulation.
This is distinct from DecorativeGeometry which is used for making animations. However, you can use AnalyticGeometry to generate DecorativeGeometry although not the reverse.
Constructor & Destructor Documentation
SimTK::AnalyticGeometry::AnalyticGeometry |
( |
| ) |
[inline] |
SimTK::AnalyticGeometry::~AnalyticGeometry |
( |
| ) |
|
SimTK::AnalyticGeometry::AnalyticGeometry |
( |
class AnalyticGeometryRep * |
r | ) |
[inline, explicit] |
Member Function Documentation
void SimTK::AnalyticGeometry::setTransform |
( |
const Transform & |
X_BG | ) |
|
const Transform& SimTK::AnalyticGeometry::getTransform |
( |
| ) |
const |
bool SimTK::AnalyticGeometry::isOwnerHandle |
( |
| ) |
const |
Is this handle the owner of this rep? This is true if the handle is empty or if its rep points back here.
bool SimTK::AnalyticGeometry::isEmptyHandle |
( |
| ) |
const |
bool SimTK::AnalyticGeometry::hasRep |
( |
| ) |
const [inline] |
const AnalyticGeometryRep& SimTK::AnalyticGeometry::getRep |
( |
| ) |
const [inline] |
AnalyticGeometryRep& SimTK::AnalyticGeometry::updRep |
( |
| ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: