|
opensurgsim
|
RigidRepresentation bilateral 3d constraint implementation. More...
#include <RigidConstraintFixedPoint.h>
Public Member Functions | |
| RigidConstraintFixedPoint () | |
| Constructor. | |
| virtual | ~RigidConstraintFixedPoint () |
| Destructor. | |
| SurgSim::Physics::ConstraintType | getConstraintType () const override |
| Gets the constraint type for this ConstraintImplementation. More... | |
Public Member Functions inherited from SurgSim::Physics::ConstraintImplementation | |
| ConstraintImplementation () | |
| Constructor. | |
| virtual | ~ConstraintImplementation () |
| Destructor. | |
| size_t | getNumDof () const |
| Gets the number of degree of freedom for this implementation. More... | |
| void | build (double dt, const ConstraintData &data, const std::shared_ptr< Localization > &localization, MlcpPhysicsProblem *mlcp, size_t indexOfRepresentation, size_t indexOfConstraint, ConstraintSideSign sign) |
| Builds the subset of an Mlcp physics problem associated to this implementation. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from SurgSim::Physics::ConstraintImplementation | |
| static ConstraintImplementationFactory & | getFactory () |
Protected Attributes inherited from SurgSim::Physics::ConstraintImplementation | |
| Eigen::SparseVector< double, Eigen::RowMajor, ptrdiff_t > | m_newH |
| Preallocated variable for derived implementations of doBuild. | |
RigidRepresentation bilateral 3d constraint implementation.
The family of FixedPoint constraints enforce equality between two points.
|
overridevirtual |
Gets the constraint type for this ConstraintImplementation.
Implements SurgSim::Physics::ConstraintImplementation.
1.8.12