Marine systems simulation
|
#include <ConstraintSolver.h>
Public Member Functions | |
void | SetConstraintSet (ConstraintSet *CSet) |
void | SetStates (double T, const double *X) |
void | Execute () |
ConstraintSet * | GetConstraintSet () |
virtual void | Execute ()=0 |
Protected Attributes | |
ConstraintSet * | m_ConstraintSet |
double | m_T |
const double * | m_X |
inherits Task wraps a single constraint set in a Task object for parallell computation
|
virtual |
Implements CoRiBoDynamics::CoreBoundThreadPool::Task.