|
ug4
|
#include <grid_function_util.h>
Inheritance diagram for ug::GridFunctionPositionProvider< TGridFunction >:Public Member Functions | |
| virtual bool | get_positions (std::vector< MathVector< TGridFunction::domain_type::dim > > &vec) |
| GridFunctionPositionProvider () | |
| Constructor. | |
| GridFunctionPositionProvider (const TGridFunction &u) | |
| void | set_reference_grid_function (const TGridFunction &u) |
Public Member Functions inherited from ug::IPositionProvider< TGridFunction::domain_type::dim > | |
| virtual bool | get_positions (std::vector< MathVector< dim > > &vec)=0 |
| Assigns position information to given vector. | |
| virtual | ~IPositionProvider () |
Protected Attributes | |
| const TGridFunction * | m_pGridFunc |
|
inline |
Constructor.
|
inline |
|
inlinevirtual |
References ug::ExtractPositions(), and UG_ASSERT.
|
inline |
|
protected |