Package net.imglib2.img.sparse
Class Ntree<T extends Comparable<T>>
java.lang.Object
net.imglib2.img.sparse.Ntree<T>
N-dimensional equivalent of a quad/oct-tree.
- Author:
- Tobias Pietzsch
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the root node of the ntree
-
Constructor Details
-
Ntree
Create a ntree structure capable of representing an array of the given dimensions. Initially, the tree contains only a root node and represents an array of uniform values.- Parameters:
dimensions
- of the arrayvalue
- uniform value of all pixels in the array
-
-
Method Details
-
getRootNode
Returns the root node of the ntree- Returns:
- root node
-