vtk
Class vtkActorCollection

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkCollection
              extended byvtk.vtkPropCollection
                  extended byvtk.vtkActorCollection
All Implemented Interfaces:
java.io.Serializable

public class vtkActorCollection
extends vtkPropCollection
implements java.io.Serializable

vtkActorCollection - a list of actors. vtkActorCollection represents and provides methods to manipulate a list of actors (i.e., vtkActor and subclasses). The list is unsorted and duplicate entries are not prevented. JavaBean wrapper for vtkActorCollection object.

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

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkActorCollection()
           
protected vtkActorCollection(int dmy)
           
 
Method Summary
 void addItem(vtkActor id0)
          Add an actor to the list.
 void applyProperties(vtkProperty id0)
          Apply properties to all actors in this collection.
 java.lang.String getClassName()
          Return the class name as a string.
 vtkActor getLastActor()
          Get the last actor in the list.
 vtkActor getLastItem()
          Access routines that are provided for compatibility with previous version of VTK.
 vtkActor getNextActor()
          Get the next actor in the list.
 vtkActor getNextItem()
          Access routines that are provided for compatibility with previous version of VTK.
 vtkActorCollection getThisActorCollection()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkPropCollection
addItem, getLastProp, getNextProp, getNumberOfPaths, getThisPropCollection
 
Methods inherited from class vtk.vtkCollection
addItem, getItemAsObject, getNextItemAsObject, getNumberOfItems, getThisCollection, initTraversal, isItemPresent, newIterator, removeAllItems, removeItem, removeItem, replaceItem
 
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

vtkActorCollection

public vtkActorCollection()

vtkActorCollection

protected vtkActorCollection(int dmy)
Method Detail

getThisActorCollection

public vtkActorCollection getThisActorCollection()

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 vtkPropCollection

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 vtkPropCollection

addItem

public void addItem(vtkActor id0)
Add an actor to the list.


getNextActor

public vtkActor getNextActor()
Get the next actor in the list.


getLastActor

public vtkActor getLastActor()
Get the last actor in the list.


getNextItem

public vtkActor getNextItem()
Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor(), GetLastActor() variants where possible.


getLastItem

public vtkActor getLastItem()
Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor(), GetLastActor() variants where possible.


applyProperties

public void applyProperties(vtkProperty id0)
Apply properties to all actors in this collection.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkPropCollection

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkPropCollection


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.