io.loader.load3D
Class NodeArea3D

java.lang.Object
  extended by io.loader.shared.NodeArea
      extended by io.loader.load3D.NodeArea3D

public class NodeArea3D
extends NodeArea

A 3D node area. See NodeArea for more information.


Field Summary
 
Fields inherited from class io.loader.shared.NodeArea
junctionNodes, logger
 
Constructor Summary
NodeArea3D()
           
 
Method Summary
 SkeletonNode cleanNodeArea()
          extract the prefered junction node from this node area.
 
Methods inherited from class io.loader.shared.NodeArea
addNode, contains, needsCleaning, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeArea3D

public NodeArea3D()
Method Detail

cleanNodeArea

public SkeletonNode cleanNodeArea()
                           throws InvalidSkeletonException
Description copied from class: NodeArea
extract the prefered junction node from this node area.

Specified by:
cleanNodeArea in class NodeArea
Returns:
the prefered junction node from this NodeArea
Throws:
InvalidSkeletonException - if the skeleton is broken