#include <octreeSpace.hpp>
Public Member Functions | |
eNode | type () const |
int & | resolution () |
const int & | resolution () const |
const OctPoint & | position () const |
void | addElem (const OctElement &el) |
void | deleteElem (const OctElement &el) |
Leaf (const OctPoint &pos, int res=1) | |
Leaf (const Leaf &lf) | |
virtual | ~Leaf () |
FemViewer::Octree< T >::Leaf::Leaf | ( | const OctPoint & | pos, | |
int | res = 1 | |||
) | [inline] |
FemViewer::Octree< T >::Leaf::Leaf | ( | const Leaf & | lf | ) | [inline] |
virtual FemViewer::Octree< T >::Leaf::~Leaf | ( | ) | [inline, virtual] |
void FemViewer::Octree< T >::Leaf::addElem | ( | const OctElement & | el | ) | [inline] |
void FemViewer::Octree< T >::Leaf::deleteElem | ( | const OctElement & | el | ) | [inline] |
const OctPoint& FemViewer::Octree< T >::Leaf::position | ( | ) | const [inline] |
const int& FemViewer::Octree< T >::Leaf::resolution | ( | ) | const [inline] |
int& FemViewer::Octree< T >::Leaf::resolution | ( | ) | [inline] |
eNode FemViewer::Octree< T >::Leaf::type | ( | ) | const [inline, virtual] |
Implements FemViewer::Octree< T >::INode.