data access abstract class More...
#include <data_access.h>
Public Member Functions | |
data_access (Level max_level_=4, real iso_val_=0.0) | |
constructor | |
virtual | ~data_access () |
destructor | |
virtual bool | need_refine (const Cube &c)=0 |
test function | |
virtual real | value_at (const Cube &c)=0 |
data function | |
virtual void | interpolate (real ci, real cj, const Point &pi, const Point &pj, Point &p) |
interpolation function | |
Public Attributes | |
Level | _max_level |
maximal level of a cell | |
real | _iso_val |
iso value | |
float | _sx |
grid x proportion | |
float | _sy |
grid y proportion | |
float | _sz |
grid z proportion |
data access abstract class