|
| double | evaluate (double x, double y, double z) const |
| |
| | Cell () |
| |
| void | init (double x0, double y0, double z0, double l, Field &field, int level) |
| |
| | ~Cell () |
| |
| void | print (double x0, double y0, double z0, double l, FILE *f) |
| |
Definition at line 2260 of file Field.cpp.
◆ Cell()
| OctreeField::Cell::Cell |
( |
| ) |
|
|
inline |
◆ ~Cell()
| OctreeField::Cell::~Cell |
( |
| ) |
|
|
inline |
◆ evaluate()
| double OctreeField::Cell::evaluate |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| const |
|
inline |
◆ init()
| void OctreeField::Cell::init |
( |
double |
x0, |
|
|
double |
y0, |
|
|
double |
z0, |
|
|
double |
l, |
|
|
Field & |
field, |
|
|
int |
level |
|
) |
| |
|
inline |
◆ print()
| void OctreeField::Cell::print |
( |
double |
x0, |
|
|
double |
y0, |
|
|
double |
z0, |
|
|
double |
l, |
|
|
FILE * |
f |
|
) |
| |
|
inline |
◆ _data
| void* OctreeField::Cell::_data |
|
private |
◆ _isleaf
| bool OctreeField::Cell::_isleaf |
|
private |
The documentation for this class was generated from the following file: