Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
A SubsetIterator is similar to a MeshEntityIterator but iterates over a specified subset of the range of entities as specified by a MeshFunction that labels the entities.
Create iterator for given mesh function. The iterator visits all entities that match the given label.
Copy Constructor
Step to next mesh entity (prefix increment)
Comparison operator
Comparison operator
Dereference operator
Member access operator
Check if iterator has reached the end
Set pos to end position. To create a kind of mesh.end() iterator.