xc
Public Member Functions | List of all members

Iterator over single freedom constraints. More...

#include <SFreedom_ConstraintIter.h>

Inheritance diagram for XC::SFreedom_ConstraintIter:
XC::SingleDomTIter< SFreedom_ConstraintIter > XC::SingleDomAllSFreedom_Iter XC::SingleDomSFreedom_Iter

Public Member Functions

virtual SFreedom_Constraintoperator() (void)=0
 
virtual SFreedom_Constraintsearch (int theNode, int theDOF)
 Search on the container the constraint with the node and degree of freedom being passed as parameter. More...
 
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 parameter. More...
 
std::deque< int > searchAll (int theNode) const
 Search on the container all the constraints that affect the node being passed as parameter.
 

Detailed Description

Iterator over single freedom constraints.

Member Function Documentation

§ search()

XC::SFreedom_Constraint * XC::SFreedom_ConstraintIter::search ( int  theNode,
int  theDOF 
)
virtual

Search on the container the constraint with the node and degree of freedom being passed as parameter.

§ searchAll()

std::deque< int > XC::SFreedom_ConstraintIter::searchAll ( int  theNode,
int  theDOF 
) const

Search on the container all the constraints with the node and degree of freedom being passed as parameter.


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