OpenSim::ContactGeometrySet Class Reference

A class for holding a set of ContactGeometry objects. More...

#include <ContactGeometrySet.h>

Inheritance diagram for OpenSim::ContactGeometrySet:
OpenSim::ModelComponentSet< ContactGeometry > OpenSim::Set< ContactGeometry > OpenSim::Object

List of all members.

Public Member Functions

 ContactGeometrySet ()
 Default constructor of a ContactGeometrySet.
 ContactGeometrySet (Model &model)
 ContactGeometrySet (Model &model, const std::string &aFileName, bool aUpdateFromXMLNode)
 Construct an ContactGeometrySet set from file.
 ContactGeometrySet (const ContactGeometrySet &aContactGeometrySet)
 Copy constructor of a ContactGeometrySet.
 ~ContactGeometrySet (void)
 Destructor.
void setup (Model &aModel)
 Post construction initialization.
ContactGeometrySetoperator= (const ContactGeometrySet &aContactGeometrySet)
 Assignment operator.
void scale (const ScaleSet &aScaleSet)
 Scale ContactGeometrySet by a set of scale factors.

Detailed Description

A class for holding a set of ContactGeometry objects.

Authors:
Peter Eastman
Version:
1.0

Constructor & Destructor Documentation

ContactGeometrySet::ContactGeometrySet (  ) 

Default constructor of a ContactGeometrySet.

ContactGeometrySet::ContactGeometrySet ( Model model  ) 
ContactGeometrySet::ContactGeometrySet ( Model model,
const std::string &  aFileName,
bool  aUpdateFromXMLNode 
)

Construct an ContactGeometrySet set from file.

Parameters:
aModel reference to the Model to add contacts to.
aFileName Name of the file.
aUpdateFromXMLNode a flag indicating if UpdateFromXMLNode needs to be called.
ContactGeometrySet::ContactGeometrySet ( const ContactGeometrySet aContactGeometrySet  ) 

Copy constructor of a ContactGeometrySet.

ContactGeometrySet::~ContactGeometrySet ( void   ) 

Destructor.


Member Function Documentation

ContactGeometrySet & ContactGeometrySet::operator= ( const ContactGeometrySet aContactGeometrySet  ) 

Assignment operator.

Returns:
Reference to this object.

Reimplemented from OpenSim::Object.

void ContactGeometrySet::scale ( const ScaleSet aScaleSet  ) 

Scale ContactGeometrySet by a set of scale factors.

void ContactGeometrySet::setup ( Model aModel  ) 

Post construction initialization.


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

Generated on Wed Dec 16 15:03:45 2009 for OpenSim by  doxygen 1.6.1