Geophysical Inversion and Modelling Library v1.5.4
Loading...
Searching...
No Matches
GIMLI::CollectNodeFunctor Class Reference

#include <meshentities.h>

Public Member Functions

 CollectNodeFunctor (std::set< Node * > &c)
 
template<class E>
void operator() (E *e)
 

Public Attributes

std::set< Node * > * c_
 

Detailed Description

Functor to collect all nodes of a MeshEntity into a given std::set.