#include <parametrizer.hpp>
Public Types | |
| typedef Element_map | Map |
Public Member Functions | |
| Element_parametrizer () | |
| Element_parametrizer (const Self &f) | |
| template<typename Moab , typename Entity_handle , typename Point > | |
| std::pair< bool, Point > | operator() (Moab &moab, const Entity_handle &eh, const Point &point, const double tol) |
Private Types | |
| typedef Element_parametrizer< Map > | Self |
Private Attributes | |
| Element_map | map |
Definition at line 32 of file parametrizer.hpp.
| typedef Element_map moab::element_utility::Element_parametrizer< Element_map >::Map |
Definition at line 36 of file parametrizer.hpp.
|
private |
Definition at line 39 of file parametrizer.hpp.
|
inline |
Definition at line 42 of file parametrizer.hpp.
|
inline |
Definition at line 43 of file parametrizer.hpp.
|
inline |
Definition at line 47 of file parametrizer.hpp.
References moab::element_utility::anonymous_namespace{parametrizer.hpp}::get_moab_points(), moab::element_utility::Element_parametrizer< Element_map >::map, and Points.
|
private |
Definition at line 56 of file parametrizer.hpp.
Referenced by moab::element_utility::Element_parametrizer< Element_map >::operator()().