opensurgsim
|
Redefine class. More...
Public Member Functions | |
void | SetUp () |
![]() | |
void | SetUp () |
Setup the test case by creating all object. | |
void | resetMlcpProblem (int nbDof, int nbConstraint) |
Protected Attributes | |
std::shared_ptr< BuildMlcp > | m_buildMlcpComputation |
The Build Mlcp computation. | |
![]() | |
double | dt = std::numeric_limits<double>::signaling_NaN() |
Time step. | |
std::shared_ptr< Representation > | m_fixedWorldRepresentation |
Fixed representation to define constraint in fixed space. | |
std::vector< std::shared_ptr< Representation > > | m_allRepresentations |
Vector of all representations. | |
std::vector< std::shared_ptr< Representation > > | m_usedRepresentations |
Vector of representations useful for the current test. | |
std::vector< std::shared_ptr< Constraint > > | m_usedConstraints |
Vector of constraints useful for the current test. | |
std::shared_ptr< PhysicsManagerState > | m_physicsManagerState |
The unique physics manager state. | |
Redefine class.