MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <parametrizer.hpp>
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) |
Static Public Member Functions | |
typedef Element_map | Map |
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 [static] |
Definition at line 36 of file parametrizer.hpp.
typedef Element_parametrizer< Map > moab::element_utility::Element_parametrizer< Element_map >::Self [private] |
Definition at line 39 of file parametrizer.hpp.
moab::element_utility::Element_parametrizer< Element_map >::Element_parametrizer | ( | ) | [inline] |
Definition at line 42 of file parametrizer.hpp.
: map() {}
moab::element_utility::Element_parametrizer< Element_map >::Element_parametrizer | ( | const Self & | f | ) | [inline] |
Definition at line 43 of file parametrizer.hpp.
: map( f.map ) {}
std::pair< bool, Point > moab::element_utility::Element_parametrizer< Element_map >::operator() | ( | Moab & | moab, |
const Entity_handle & | eh, | ||
const Point & | point, | ||
const double | tol | ||
) | [inline] |
Definition at line 47 of file parametrizer.hpp.
References moab::element_utility::Element_parametrizer< Element_map >::map, and Points.
Element_map moab::element_utility::Element_parametrizer< Element_map >::map [private] |
Definition at line 56 of file parametrizer.hpp.
Referenced by moab::element_utility::Element_parametrizer< Element_map >::operator()().