#include <octree.hpp>
Collaboration diagram for Octree:
Public Member Functions | |
Octree () | |
~Octree () | |
operator bool () | |
bool | getValues (const vect3d &pos, prec_t *scalars, vect3d *vectors) |
bool | save (const char *path) |
bool | load (const char *path) |
void | clear () |
std::string | getPovrayScript () |
size_t | size () const |
Friends | |
class | OctreeBuilder |
Classes | |
struct | cell_t |
struct | interp_t |
struct | level_t |
struct | subcells_t |
Definition at line 15 of file octree.hpp.
Octree::Octree | ( | ) |
Octree::~Octree | ( | ) |
Octree::operator bool | ( | ) | [inline] |
Definition at line 21 of file octree.hpp.
bool Octree::save | ( | const char * | path | ) |
bool Octree::load | ( | const char * | path | ) |
void Octree::clear | ( | ) |
std::string Octree::getPovrayScript | ( | ) |
size_t Octree::size | ( | ) | const |
friend class OctreeBuilder [friend] |
Definition at line 51 of file octree.hpp.