Geophysical Inversion and Modelling Library v1.5.4
|
#include <meshentities.h>
Public Member Functions | |
CollectNodeFunctor (std::set< Node * > &c) | |
template<class E> | |
void | operator() (E *e) |
Public Attributes | |
std::set< Node * > * | c_ |
Functor to collect all nodes of a MeshEntity into a given std::set.