|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTBNeuriteSkelGraphNode | |
---|---|
de.unihalle.informatik.MiToBo.core.datatypes | Provides basic datatypes for MiToBo. |
Uses of MTBNeuriteSkelGraphNode in de.unihalle.informatik.MiToBo.core.datatypes |
---|
Methods in de.unihalle.informatik.MiToBo.core.datatypes that return MTBNeuriteSkelGraphNode | |
---|---|
MTBNeuriteSkelGraphNode<Point2D.Double> |
MTBNeuriteSkelGraph.getStartNode()
Get the start node of the MTBNeuriteSkelGraph. |
Methods in de.unihalle.informatik.MiToBo.core.datatypes that return types with arguments of type MTBNeuriteSkelGraphNode | |
---|---|
Vector<MTBNeuriteSkelGraphNode<Point2D.Double>> |
MTBNeuriteSkelGraph.getBranchNodes()
Get all branch nodes of the MTBNeuriteSkelGraph. |
Vector<MTBNeuriteSkelGraphNode<Point2D.Double>> |
MTBNeuriteSkelGraph.getEndNodes()
Get all end nodes of the MTBNeuriteSkelGraph. |
Vector<MTBNeuriteSkelGraphNode<Point2D.Double>> |
MTBNeuriteSkelGraph.getSkeletonGraphNodes()
Get all nodes of the MTBNeuriteSkelGraph as MTBNeuriteSkelGraphNodes. |
Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBNeuriteSkelGraphNode | |
---|---|
void |
MTBNeuriteSkelGraph.setStartNode(MTBNeuriteSkelGraphNode<Point2D.Double> node)
Set a new start node. |
Constructor parameters in de.unihalle.informatik.MiToBo.core.datatypes with type arguments of type MTBNeuriteSkelGraphNode | |
---|---|
MTBNeuriteSkelGraph(Vector<MTBNeuriteSkelGraphNode<Point2D.Double>> skelNodes,
Vector<MTBGraphEdge> skelEdges,
int _maxSpineLength,
int _width,
int _heigth)
Constructor to create an directed MTBNeuriteSkelGraph with the given MTBSkeletonGraphNodes and MTBGraphEdges. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |