64 #ifndef SFreedom_ConstraintIter_h 65 #define SFreedom_ConstraintIter_h 70 class SFreedom_Constraint;
82 std::deque<int>
searchAll(
int theNode,
int theDOF)
const;
83 std::deque<int>
searchAll(
int theNode)
const;
Single freedom constraint.
Definition: SFreedom_Constraint.h:79
std::deque< int > searchAll(int theNode, int theDOF) const
Search on the container all the constraints with the node and degree of freedom being passed as param...
Definition: SFreedom_ConstraintIter.cc:56
================================================================================
Definition: ContinuaReprComponent.h:34
Iterator over single freedom constraints.
Definition: SFreedom_ConstraintIter.h:75
virtual SFreedom_Constraint * search(int theNode, int theDOF)
Search on the container the constraint with the node and degree of freedom being passed as parameter...
Definition: SFreedom_ConstraintIter.cc:34