vtk
Class vtkHierarchicalDataIterator

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkCompositeDataIterator
              extended byvtk.vtkHierarchicalDataIterator
All Implemented Interfaces:
java.io.Serializable

public class vtkHierarchicalDataIterator
extends vtkCompositeDataIterator
implements java.io.Serializable

vtkHierarchicalDataIterator - iterator to access datasets in a vtkHierarchicalDataIterator. vtkMultiBlockDataIterator is a concrete implementation of vtkCompositeDataIterator for vtkMultiBlockDataSet. It allows flat and forward access to the datasets in the hierchical dataset. JavaBean wrapper for vtkHierarchicalDataIterator object.

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkHierarchicalDataIterator()
           
protected vtkHierarchicalDataIterator(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkDataObject getCurrentDataObject()
          Get the current item.
 vtkHierarchicalDataSet getDataSet()
          Set the data object to iterator over.
 vtkHierarchicalDataIterator getThisHierarchicalDataIterator()
           
 void goToFirstItem()
          Move the iterator to the beginning of the collection.
 void goToNextItem()
          Move the iterator to the next item in the collection.
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 int isDoneWithTraversal()
          Test whether the iterator is currently pointing to a valid item.
 void setDataSet(vtkHierarchicalDataSet id0)
          Set the data object to iterator over.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkCompositeDataIterator
getThisCompositeDataIterator, initTraversal
 
Methods inherited from class vtk.vtkObject
AddObserver, breakOnError, debugOff, debugOn, getDebug, getGlobalWarningDisplay, getMTime, getThisObject, globalWarningDisplayOff, globalWarningDisplayOn, hasObserver, hasObserver, invokeEvent, invokeEvent, modified, Print, PrintRevisions, register, removeObserver, removeObservers, removeObservers, setDebug, setGlobalWarningDisplay, unRegister
 
Methods inherited from class vtk.vtkObjectBase
addPropertyChangeListener, finalize, getReferenceCount, getThisObjectBase, isTypeOf, removePropertyChangeListener, setReferenceCount, VTKDelete
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changes

protected java.beans.PropertyChangeSupport changes
Constructor Detail

vtkHierarchicalDataIterator

public vtkHierarchicalDataIterator()

vtkHierarchicalDataIterator

protected vtkHierarchicalDataIterator(int dmy)
Method Detail

getThisHierarchicalDataIterator

public vtkHierarchicalDataIterator getThisHierarchicalDataIterator()

getClassName

public java.lang.String getClassName()
Description copied from class: vtkObjectBase
Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeRevisionMacro found in vtkSetGet.h.

Overrides:
getClassName in class vtkCompositeDataIterator

isA

public int isA(java.lang.String id0)
Description copied from class: vtkObjectBase
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Overrides:
isA in class vtkCompositeDataIterator

goToFirstItem

public void goToFirstItem()
Move the iterator to the beginning of the collection.

Overrides:
goToFirstItem in class vtkCompositeDataIterator

goToNextItem

public void goToNextItem()
Move the iterator to the next item in the collection.

Overrides:
goToNextItem in class vtkCompositeDataIterator

isDoneWithTraversal

public int isDoneWithTraversal()
Test whether the iterator is currently pointing to a valid item. Returns 1 for yes, 0 for no.

Overrides:
isDoneWithTraversal in class vtkCompositeDataIterator

getCurrentDataObject

public vtkDataObject getCurrentDataObject()
Get the current item. Valid only when IsDoneWithTraversal() returns 1.

Overrides:
getCurrentDataObject in class vtkCompositeDataIterator

setDataSet

public void setDataSet(vtkHierarchicalDataSet id0)
Set the data object to iterator over.


getDataSet

public vtkHierarchicalDataSet getDataSet()
Set the data object to iterator over.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkCompositeDataIterator


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.