LifeV
|
Public Types | |
typedef MeshEntityType | meshEntity_Type |
typedef std::function< Real(Vector3D const &) > | distanceFunction_Type |
Public Member Functions | |
LevelSetInterrogator (distanceFunction_Type const &distFun) | |
bool | operator() (meshEntity_Type const &entity) const |
Private Attributes | |
distanceFunction_Type | M_distanceFunction |
Definition at line 117 of file entity_selection.cpp.
typedef MeshEntityType meshEntity_Type |
Definition at line 120 of file entity_selection.cpp.
typedef std::function<Real (Vector3D const&) > distanceFunction_Type |
Definition at line 121 of file entity_selection.cpp.
|
inlineexplicit |
Definition at line 123 of file entity_selection.cpp.
|
inline |
Definition at line 125 of file entity_selection.cpp.
|
private |
Definition at line 147 of file entity_selection.cpp.