|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Octree | |
edu.sdsc.mbt.util | This package provides classes which implement extra functionality on top of the core MBT classes (that is, capabilities that are not absolutely required by, or would otherwise overcomplicate, the core classes). |
Uses of Octree in edu.sdsc.mbt.util |
Methods in edu.sdsc.mbt.util with parameters of type Octree | |
void |
Octree.setRoot(Octree rootTree)
??? |
void |
Octree.setParent(Octree parentTree)
??? |
Constructors in edu.sdsc.mbt.util with parameters of type Octree | |
Octree(Octree root,
Octree parent,
int id,
OctreeDataItem[] data,
double[] firstCorner,
double[] secondCorner)
Construct an octree as a child of "parent" in a tree rooted at "root" with given data and corners. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |