function crossing data access More...
#include <data_access.h>
Public Member Functions | |
bool | need_refine (const Cube &c) |
test function | |
real | value_at (const Cube &c) |
data function | |
void | interpolate (real ci, real cj, const Point &pi, const Point &pj, Point &p) |
interpolation function | |
data_func (Level max_level_, real iso_val_, const std::string &formula_) | |
default constructor | |
virtual | ~data_func () |
destructor | |
Public Attributes | |
std::string | _formula |
implicit function | |
Protected Member Functions | |
void | parse () |
Protected Attributes | |
double | _v [3] |
FunctionParser | _parser |
function crossing data access