vtk
Class vtkAppendFilter

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkUnstructuredGridSource
                      extended byvtk.vtkDataSetToUnstructuredGridFilter
                          extended byvtk.vtkAppendFilter
All Implemented Interfaces:
java.io.Serializable

public class vtkAppendFilter
extends vtkDataSetToUnstructuredGridFilter
implements java.io.Serializable

vtkAppendFilter - appends one or more datasets together into a single unstructured grid. vtkAppendFilter is a filter that appends one of more datasets into a single unstructured grid. All geometry is extracted and appended, but point attributes (i.e., scalars, vectors, normals, field data, etc.) are extracted and appended only if all datasets have the point attributes available. (For example, if one dataset has scalars but another does not, scalars will not be appended.) JavaBean wrapper for vtkAppendFilter 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
  vtkAppendFilter()
           
protected vtkAppendFilter(int dmy)
           
 
Method Summary
 void addInput(vtkDataSet id0)
          Add a dataset to the list of data to append.
 java.lang.String getClassName()
          Return the class name as a string.
 vtkDataSet getInput()
          Remove a dataset from the list of data to append.
 vtkDataSet getInput(int id0)
          Get any input of this filter.
 vtkDataSetCollection getInputList()
          Returns a copy of the input array.
 vtkAppendFilter getThisAppendFilter()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void removeInput(vtkDataSet id0)
          Remove a dataset from the list of data to append.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkDataSetToUnstructuredGridFilter
getThisDataSetToUnstructuredGridFilter, setInput
 
Methods inherited from class vtk.vtkUnstructuredGridSource
getOutput, getOutput, getThisUnstructuredGridSource, setOutput
 
Methods inherited from class vtk.vtkSource
computeInputUpdateExtents, getNumberOfOutputs, getOutputIndex, getReleaseDataFlag, getThisSource, inRegisterLoop, propagateUpdateExtent, releaseDataFlagOff, releaseDataFlagOn, setReleaseDataFlag, triggerAsynchronousUpdate, unRegister, unRegisterAllOutputs, update, updateData, updateInformation, updateWholeExtent
 
Methods inherited from class vtk.vtkProcessObject
abortExecuteOff, abortExecuteOn, getAbortExecute, getErrorCode, getNumberOfInputs, getProgress, getProgressMaxValue, getProgressMinValue, getProgressText, getThisProcessObject, removeAllInputs, setAbortExecute, setProgress, setProgressText, squeezeInputArray, updateProgress
 
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
 
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

vtkAppendFilter

public vtkAppendFilter()

vtkAppendFilter

protected vtkAppendFilter(int dmy)
Method Detail

getThisAppendFilter

public vtkAppendFilter getThisAppendFilter()

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 vtkDataSetToUnstructuredGridFilter

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 vtkDataSetToUnstructuredGridFilter

addInput

public void addInput(vtkDataSet id0)
Add a dataset to the list of data to append.


getInput

public vtkDataSet getInput(int id0)
Get any input of this filter.


getInput

public vtkDataSet getInput()
Remove a dataset from the list of data to append.

Overrides:
getInput in class vtkDataSetToUnstructuredGridFilter

removeInput

public void removeInput(vtkDataSet id0)
Remove a dataset from the list of data to append.


getInputList

public vtkDataSetCollection getInputList()
Returns a copy of the input array. Modifications to this list will not be reflected in the actual inputs.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkDataSetToUnstructuredGridFilter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.