|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTBTreeNode | |
---|---|
de.unihalle.informatik.MiToBo.apps.particles2D | |
de.unihalle.informatik.MiToBo.core.datatypes | Provides basic datatypes for MiToBo. |
de.unihalle.informatik.MiToBo.io.dirs | Provides classes for dealing with directories. |
Uses of MTBTreeNode in de.unihalle.informatik.MiToBo.apps.particles2D |
---|
Methods in de.unihalle.informatik.MiToBo.apps.particles2D that return types with arguments of type MTBTreeNode | |
---|---|
protected Vector<MTBTreeNode> |
ParticleDetectorUWT2D.meaningfulNodes(MTBTreeNode treeNode,
MTBImage[] corrImgs,
MTBImageHistogram[] hists,
int mode)
Get the most meaningful regions from a (sub)tree. |
Methods in de.unihalle.informatik.MiToBo.apps.particles2D with parameters of type MTBTreeNode | |
---|---|
protected Vector<MTBTreeNode> |
ParticleDetectorUWT2D.meaningfulNodes(MTBTreeNode treeNode,
MTBImage[] corrImgs,
MTBImageHistogram[] hists,
int mode)
Get the most meaningful regions from a (sub)tree. |
Uses of MTBTreeNode in de.unihalle.informatik.MiToBo.core.datatypes |
---|
Fields in de.unihalle.informatik.MiToBo.core.datatypes declared as MTBTreeNode | |
---|---|
protected MTBTreeNode |
MTBTreeNodeData.node
Reference to the associated node of the tree. |
protected MTBTreeNode |
MTBTreeNode.parent
Parent node |
protected MTBTreeNode |
MTBTree.root
Root node of the tree. |
Fields in de.unihalle.informatik.MiToBo.core.datatypes with type parameters of type MTBTreeNode | |
---|---|
protected Vector<MTBTreeNode> |
MTBTreeNode.childs
List of nodes that are childs of the given node. |
Methods in de.unihalle.informatik.MiToBo.core.datatypes that return MTBTreeNode | |
---|---|
MTBTreeNode |
MTBTreeNodeData.getNode()
Return the node object containing the data. |
MTBTreeNode |
MTBTreeNode.getParent()
Get the parent of this node. |
MTBTreeNode |
MTBTree.getRoot()
Access the root node. |
Methods in de.unihalle.informatik.MiToBo.core.datatypes that return types with arguments of type MTBTreeNode | |
---|---|
Vector<MTBTreeNode> |
MTBTreeNode.getChilds()
Returns Vector with child nodes. |
Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBTreeNode | |
---|---|
void |
MTBTreeNode.addChild(MTBTreeNode t)
Add a new child to the node. |
void |
MTBTreeNode.removeChild(MTBTreeNode t)
Remove child node. |
void |
MTBTreeNodeData.setNode(MTBTreeNode n)
Sets the node the object is associated with. |
void |
MTBTreeNode.setParent(MTBTreeNode t)
Set the parent of this node. |
Constructors in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBTreeNode | |
---|---|
MTBTree(MTBTreeNode rootNode)
Constructor for the tree for a given root node. |
Uses of MTBTreeNode in de.unihalle.informatik.MiToBo.io.dirs |
---|
Methods in de.unihalle.informatik.MiToBo.io.dirs with parameters of type MTBTreeNode | |
---|---|
void |
DirectoryTreeNodeData.setNode(MTBTreeNode n)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |