|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OctreeDataItem | |
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 OctreeDataItem in edu.sdsc.mbt.util |
Classes in edu.sdsc.mbt.util that implement OctreeDataItem | |
class |
OctreeAtomItem
OctreeAtomItem class. |
Methods in edu.sdsc.mbt.util with parameters of type OctreeDataItem | |
void |
Octree.build(OctreeDataItem[] data)
Build a subtree recursively. |
void |
Octree.setData(OctreeDataItem[] data)
??? |
void |
Octree.appendBonds(OctreeDataItem dataItem,
double cutOff,
java.util.Vector bondVector)
??? |
void |
Octree.appendHBonds(OctreeDataItem dataItem,
double cutOff,
int indexCutOff,
java.util.Vector bondVector)
??? |
Constructors in edu.sdsc.mbt.util with parameters of type OctreeDataItem | |
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. |
|
Octree(int spaceDimension,
OctreeDataItem[] data,
double[] offset)
Constructor that is mostly used for instantiating the root tree. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |