ShapeOp
 All Classes Files Functions Variables Typedefs Macros Pages
Public Member Functions | List of all members
ShapeOp::TetrahedronStrainConstraint Class Reference

Tetrahedron strain constraint. See [2] for more details. More...

#include <Constraint.h>

Inheritance diagram for ShapeOp::TetrahedronStrainConstraint:
ShapeOp::Constraint

Public Member Functions

 TetrahedronStrainConstraint (const std::vector< int > &idI, Scalar weight, const Matrix3X &positions, Scalar rangeMin=1.0, Scalar rangeMax=1.0)
 Constraint constructor.
 
virtual void project (const Matrix3X &positions, Matrix3X &projections) const overridefinal
 Find the closest configuration from the input positions that satisfy the constraint.
 
virtual void addConstraint (std::vector< Triplet > &triplets, int &idO) const overridefinal
 Add the constraint to the linear system.
 
- Public Member Functions inherited from ShapeOp::Constraint
 Constraint (const std::vector< int > &idI, Scalar weight)
 Constraint constructor.
 
Scalar error (const Matrix3X &positions) const
 Compute the constraint violation for the given input positions.
 

Additional Inherited Members

- Protected Attributes inherited from ShapeOp::Constraint
std::vector< int > idI_
 ids of the vertices involved in this constraint.
 
Scalar weight_
 weight for the constraint.
 
int idO_
 location of this constraint in the linear system.
 

Detailed Description

Tetrahedron strain constraint. See [2] for more details.


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