vtk
Class vtkProp3DCollection

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

public class vtkProp3DCollection
extends vtkPropCollection
implements java.io.Serializable

vtkProp3DCollection - a list of 3D props. vtkProp3DCollection represents and provides methods to manipulate a list of 3D props (i.e., vtkProp3D and subclasses). The list is unsorted and duplicate entries are not prevented. JavaBean wrapper for vtkProp3DCollection object.

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

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkProp3DCollection()
           
protected vtkProp3DCollection(int dmy)
           
 
Method Summary
 void addItem(vtkProp3D id0)
          Add an actor to the list.
 java.lang.String getClassName()
          Return the class name as a string.
 vtkProp3D getLastProp3D()
          Get the last actor in the list.
 vtkProp3D getNextProp3D()
          Get the next actor in the list.
 vtkProp3DCollection getThisProp3DCollection()
           
 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

vtkProp3DCollection

public vtkProp3DCollection()

vtkProp3DCollection

protected vtkProp3DCollection(int dmy)
Method Detail

getThisProp3DCollection

public vtkProp3DCollection getThisProp3DCollection()

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(vtkProp3D id0)
Add an actor to the list.


getNextProp3D

public vtkProp3D getNextProp3D()
Get the next actor in the list.


getLastProp3D

public vtkProp3D getLastProp3D()
Get the last actor in the list.


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.