vtk
Class vtkMergeFields

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkDataSetSource
                      extended byvtk.vtkDataSetToDataSetFilter
                          extended byvtk.vtkMergeFields
All Implemented Interfaces:
java.io.Serializable

public class vtkMergeFields
extends vtkDataSetToDataSetFilter
implements java.io.Serializable

vtkMergeFields - Merge multiple fields into one.. vtkMergeFields is used to merge mutliple field into one. The new field is put in the same field data as the original field. For example

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
vtkFieldData, vtkDataSet, vtkDataObjectToDataSetFilter, vtkDataSetAttributes, vtkDataArray, vtkRearrangeFields, vtkSplitField, Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkMergeFields()
           
protected vtkMergeFields(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkMergeFields getThisMergeFields()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void merge(int id0, java.lang.String id1, int id2)
          Add a component (arrayName,sourceComp) to the output field.
 void setNumberOfComponents(int id0)
          Set the number of the components in the output field.
 void setOutputField(java.lang.String id0, int id1)
          The output field will have the given name and it will be in fieldLoc (the input fields also have to be in fieldLoc).
 void setOutputField(java.lang.String id0, java.lang.String id1)
          Helper method used by the other language bindings.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkDataSetToDataSetFilter
computeInputUpdateExtents, getInput, getOutput, getOutput, getPolyDataOutput, getRectilinearGridOutput, getStructuredGridOutput, getStructuredPointsOutput, getThisDataSetToDataSetFilter, getUnstructuredGridOutput, setInput
 
Methods inherited from class vtk.vtkDataSetSource
getThisDataSetSource, setOutput
 
Methods inherited from class vtk.vtkSource
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

vtkMergeFields

public vtkMergeFields()

vtkMergeFields

protected vtkMergeFields(int dmy)
Method Detail

getThisMergeFields

public vtkMergeFields getThisMergeFields()

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 vtkDataSetToDataSetFilter

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 vtkDataSetToDataSetFilter

setOutputField

public void setOutputField(java.lang.String id0,
                           int id1)
The output field will have the given name and it will be in fieldLoc (the input fields also have to be in fieldLoc).


setOutputField

public void setOutputField(java.lang.String id0,
                           java.lang.String id1)
Helper method used by the other language bindings. Allows the caller to specify arguments as strings instead of enums.Returns an operation id which can later be used to remove the operation.


merge

public void merge(int id0,
                  java.lang.String id1,
                  int id2)
Add a component (arrayName,sourceComp) to the output field.


setNumberOfComponents

public void setNumberOfComponents(int id0)
Set the number of the components in the output field. This has to be set before execution. Default value is 0.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkDataSetToDataSetFilter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.