Uses of Class
util.Node

Packages that use Node
decoder   
encoder   
util   
 

Uses of Node in decoder
 

Methods in decoder with parameters of type Node
 int Significance.getChilds(Node node, int spatialLevel, int temporalLevel, int[] childX, int[] childY, int[] childZ, int imageWidth, int imageHeight, int numberOfFrames)
          Finds the number of childs corresponding to the given node
 int Significance.getSignificantD(double[][][] waveletFrame, Node node, int spatialLevel, int temporalLevel, int threshold, int[] childX, int[] childY, int[] childZ, int imageWidth, int imageHeight, int numberOfFrames)
          getSignificantD method finds Significant D in a node of wavelet frame
 int Significance.getSignificantL(double[][][] waveletFrame, Node node, int spatialLevel, int temporalLevel, int threshold, int imageWidth, int imageHeight, int numberOfFrames)
          getSignificantL method finds Significant L in a node of wavelet frame
 int Significance.getSignificantP(double[][][] waveletFrame, Node node, int threshold)
          getSignificantP method finds Significant P in a node of wavelet frame
 double[][][] Decoder3D.refineLSP(double[][][] waveletFrame, Counters counters, LinkedList LSP, Node LSPend, long maxBits, long nValue, DataFile layer1, DataFile layer2, DataFile layer3, int imageWidth, int imageHeight, int groupOfFrames, int spatialLevel, int temporalLevel)
          refineLSP refines the sorted frames further calculated accommodate the data in to the wavelet Frame in corresponding layers through output stream
 

Uses of Node in encoder
 

Methods in encoder with parameters of type Node
 int Significance.getChilds(Node node, int spatialLevel, int temporalLevel, int[] childX, int[] childY, int[] childZ, int imageWidth, int imageHeight, int numberOfFrames)
          Finds the number of childs corresponding to the given node
 int Significance.getSignificantD(double[][][] waveletFrame, Node node, int spatialLevel, int temporalLevel, int threshold, int[] childX, int[] childY, int[] childZ, int imageWidth, int imageHeight, int numberOfFrames)
          getSignificantD method finds Significant D in a node of wavelet frame
 int Significance.getSignificantL(double[][][] waveletFrame, Node node, int spatialLevel, int temporalLevel, int threshold, int imageWidth, int imageHeight, int numberOfFrames)
          getSignificantL method finds Significant L in a node of wavelet frame
 int Significance.getSignificantP(double[][][] waveletFrame, Node node, int threshold)
          getSignificantP method finds Significant P in a node of wavelet frame
 double[][][] Encoder3D.refineLSP(double[][][] waveletFrame, Counters counters, LinkedList LSP, Node LSPend, long maxBits, long nValue, DataFile layer1, DataFile layer2, DataFile layer3, int imageWidth, int imageHeight, int groupOfFrames, int spatialLevel, int temporalLevel)
          refineLSP refines the sorted frames further calculates maxBits
to accommodate the data in corresponding layers through output stream
 

Uses of Node in util
 

Fields in util declared as Node
 Node LinkedList.current
          Current Node
 Node LinkedList.first
          First Node
 Node LinkedList.last
          Last Node
 Node Node.next
           
 Node Node.prev
           
 

Methods in util that return Node
 Node LinkedList.getNext()
          Finds the next node and returns node if it is valid or null.
 Node LinkedList.getPrevious()
          Finds the previous node and returns node if it is valid or null.
 

Methods in util with parameters of type Node
 void LinkedList.appendNode(Node node)
          Appends the node after the current node in LinkedList
 void LinkedList.removeNode(Node node)
          Removes the Specified node from the LinkedList
 

Constructors in util with parameters of type Node
LinkedList(Node node)
          Construts a LinkedList with one Node