ElementList Class Reference
[Finite Element Mesh]
#include <MeshExtract.h>
Detailed Description
To a list of elements having some common properties.This class enables choosing multiple selection criteria by using function select... However, the intersection of these properties must be empty.
Public Member Functions | |
| ElementList (Mesh &ms) | |
| Constructor using a Mesh instance. | |
| Element * | get () const |
| Return pointer to current element and move to next one (Constant version). | |
| Element * | get () |
| Return pointer to current element and move to next one (Non constant version). | |
| size_t | getNbElements () const |
| Return number of selected elements. | |
| void | selectCode (int code) |
| Select elements having a given code. | |
| void | top () const |
| Reset list of elements at its top position (Constant version). | |
| void | top () |
| Reset list of elements at its top position (Non constant version). | |
| ~ElementList () | |
| Destructor. | |