#include "b2element.H"
To iterate over an Element and all of its sub-elements. The Element itself is first in the sequence, followed by the sub-elements.
Example
...
}
Definition b2element.H:533
Defines the complete interface for Element instances (C++ representations of Finite Elements).
Definition b2element.H:156
iterator begin()
Definition b2element.H:583
iterator end() const
Definition b2element.H:586
◆ operator*()
Element & b2000::Element::iterator::operator* |
( |
| ) |
|
|
inline |
Access to the element. May be called only for valid iterators.
◆ operator++()
void b2000::Element::iterator::operator++ |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: