|
xc
|
Pointers to the elements affected by the load. More...
#include <ElementPtrs.h>
Public Types | |
| typedef std::vector< Element * > | vector_ptr_elements |
| typedef vector_ptr_elements::const_reference | const_reference |
| typedef vector_ptr_elements::reference | reference |
| typedef vector_ptr_elements::iterator | iterator |
| typedef vector_ptr_elements::const_iterator | const_iterator |
Public Member Functions | |
| ElementPtrs (void) | |
| Constructor. | |
| ~ElementPtrs (void) | |
| Destructor. | |
| virtual void | setPtrs (Domain *theDomain, const ID &theElementTags) |
| Set the element pointers from the element identifiers being passed as parameter. More... | |
| virtual size_t | removeElement (const int &tag) |
| Erases the element identified by the tag being passed as parameter. | |
| size_t | size (void) const |
| const_reference | front () const |
| reference | front () |
| const_reference | back () const |
| reference | back () |
| const_iterator | begin () const |
| iterator | begin () |
| const_iterator | end () const |
| iterator | end () |
| iterator | find (const int &tag) |
| Returns an iterator to the element identified by the tag being passed as parameter. More... | |
| const_iterator | find (const int &tag) const |
| Returns an iterator to the element identified by the tag being passed as parameter. More... | |
| Element * | findPtr (const int &tag) |
| const Element * | findPtr (const int &tag) const |
| const_reference | operator() (const size_t &i) const |
| reference | operator() (const size_t &i) |
| const_reference | operator[] (const size_t &i) const |
| reference | operator[] (const size_t &i) |
Pointers to the elements affected by the load.
| XC::ElementPtrs::iterator XC::ElementPtrs::find | ( | const int & | tag | ) |
Returns an iterator to the element identified by the tag being passed as parameter.
| XC::ElementPtrs::const_iterator XC::ElementPtrs::find | ( | const int & | tag | ) | const |
Returns an iterator to the element identified by the tag being passed as parameter.
Set the element pointers from the element identifiers being passed as parameter.
1.8.12