| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.core.datatypes |
Provides basic datatypes for MiToBo.
|
| Modifier and Type | Field and Description |
|---|---|
private MTBNeuriteSkelGraphNode.MTBSkeletonNodeType |
MTBNeuriteSkelGraphNode.nodeType
MTBSkeletonNodeType of the MTBSkeletonGraphNode.
|
| Modifier and Type | Method and Description |
|---|---|
MTBNeuriteSkelGraphNode.MTBSkeletonNodeType |
MTBNeuriteSkelGraphNode.getNodeType() |
static MTBNeuriteSkelGraphNode.MTBSkeletonNodeType |
MTBNeuriteSkelGraphNode.MTBSkeletonNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTBNeuriteSkelGraphNode.MTBSkeletonNodeType[] |
MTBNeuriteSkelGraphNode.MTBSkeletonNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MTBNeuriteSkelGraphNode.setNodeType(MTBNeuriteSkelGraphNode.MTBSkeletonNodeType nodeType) |
| Constructor and Description |
|---|
MTBNeuriteSkelGraphNode(T data,
MTBNeuriteSkelGraphNode.MTBSkeletonNodeType nodeType)
Constructor to create a new MTBGraphNode object.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.