Uses of Class
br.usp.ime.klava.segmentit.structures.HierarchyInternalNode

Packages that use HierarchyInternalNode
br.usp.ime.klava.segmentit.metrics This package contains the metrics utilized to build the hierarchies of nested partitions. 
br.usp.ime.klava.segmentit.structures This package contains classes that implements the base data structures utilized in the segmentation tool. 
 

Uses of HierarchyInternalNode in br.usp.ime.klava.segmentit.metrics
 

Methods in br.usp.ime.klava.segmentit.metrics with parameters of type HierarchyInternalNode
 void Area.calculateMetric(HierarchyInternalNode hierarchyInternalNode)
           
 void MeanValue.calculateMetric(HierarchyInternalNode hierarchyInternalNode)
           
 void Depth.calculateMetric(HierarchyInternalNode hierarchyInternalNode)
           
 void Volume.calculateMetric(HierarchyInternalNode hierarchyInternalNode)
           
 void MergingLevel.calculateMetric(HierarchyInternalNode hierarchyInternalNode)
           
abstract  void AbstractMetric.calculateMetric(HierarchyInternalNode hierarchyInternalNode)
          Computes the value of this metric for the given hierarchyInternalNode.
 

Uses of HierarchyInternalNode in br.usp.ime.klava.segmentit.structures
 

Methods in br.usp.ime.klava.segmentit.structures that return HierarchyInternalNode
 HierarchyInternalNode HierarchyNode.getParent()
          Returns the HierarchyInternalNode that contains directly this HierarchyNode (its parent in the TreeOfCriticalLakes).
 

Methods in br.usp.ime.klava.segmentit.structures with parameters of type HierarchyInternalNode
 void HierarchyNode.setParent(HierarchyInternalNode parent)
          Sets the HierarchyInternalNode that contains this HierarchyNode.