Uses of Class
geometry.object.SkeletonGraph

Packages that use SkeletonGraph
geometry.object Package containing all skeleton data structures needed. 
io.loader.shared Package containing all classes needed to load 2D skeletons as well as 3D skeletons. 
 

Uses of SkeletonGraph in geometry.object
 

Fields in geometry.object declared as SkeletonGraph
private  SkeletonGraph SkeletonObject.sgraph
          the skeleton's skeleton graph
 

Methods in geometry.object that return SkeletonGraph
 SkeletonGraph SkeletonObject.getSkeletonGraph()
           
 

Methods in geometry.object with parameters of type SkeletonGraph
 void SkeletonObject.setSkeletonGraph(SkeletonGraph sgraph)
           
 

Uses of SkeletonGraph in io.loader.shared
 

Methods in io.loader.shared that return SkeletonGraph
static SkeletonGraph GraphBuilder.buildGraph(java.util.Map<SkeletonNode,java.util.List<SkeletonBranch>> allParts)
          Build a graph from the sampled parts.
 

Methods in io.loader.shared with parameters of type SkeletonGraph
protected  void SkeletonParser.deleteUnconnectedComponents(SkeletonGraph graph)
          In some cases, the skeletons might not be connected (that is, there are "holes" in the skeleton which makes the sampling of the whole paths impossible).
protected  void SkeletonParser.deleteUnnecessaryBranches(SkeletonGraph graph)
          Deletes short branches from the skeleton, based on their length.
protected  void SkeletonParser.extractPaths(SkeletonGraph graph)
          From the skeleton graph, extract all skeleton paths.
protected  void SkeletonParser.preprocessGraph(SkeletonGraph graph)
          In case that the skeleton is not continous, throw out skeleton parts that are not connected to the "main skeleton"