vtk
Class vtkImageLogic

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkImageSource
                      extended byvtk.vtkImageMultipleInputFilter
                          extended byvtk.vtkImageTwoInputFilter
                              extended byvtk.vtkImageLogic
All Implemented Interfaces:
java.io.Serializable

public class vtkImageLogic
extends vtkImageTwoInputFilter
implements java.io.Serializable

vtkImageLogic - And, or, xor, nand, nor, not.. vtkImageLogic implements basic logic operations. SetOperation is used to select the filter's behavior. The filter can take two or one input. Inputs must have the same type. JavaBean wrapper for vtkImageLogic 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
  vtkImageLogic()
           
protected vtkImageLogic(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 int getOperation()
          Set/Get the Operation to perform.
 double getOutputTrueValue()
          Set the value to use for true in the output.
 vtkImageLogic getThisImageLogic()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setOperation(int id0)
          Set/Get the Operation to perform.
 void setOperationToAnd()
          Set/Get the Operation to perform.
 void setOperationToNand()
          Set/Get the Operation to perform.
 void setOperationToNor()
          Set/Get the Operation to perform.
 void setOperationToNot()
          Set/Get the Operation to perform.
 void setOperationToOr()
          Set/Get the Operation to perform.
 void setOperationToXor()
          Set/Get the Operation to perform.
 void setOutputTrueValue(double id0)
          Set the value to use for true in the output.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkImageTwoInputFilter
getInput1, getInput2, getThisImageTwoInputFilter, setInput1, setInput2
 
Methods inherited from class vtk.vtkImageMultipleInputFilter
addInput, bypassOff, bypassOn, getBypass, getInput, getInput, getNumberOfThreads, getNumberOfThreadsMaxValue, getNumberOfThreadsMinValue, getThisImageMultipleInputFilter, removeInput, setBypass, setInput, setNumberOfThreads, splitExtent
 
Methods inherited from class vtk.vtkImageSource
getOutput, getOutput, getThisImageSource, 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

vtkImageLogic

public vtkImageLogic()

vtkImageLogic

protected vtkImageLogic(int dmy)
Method Detail

getThisImageLogic

public vtkImageLogic getThisImageLogic()

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 vtkImageTwoInputFilter

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 vtkImageTwoInputFilter

setOperation

public void setOperation(int id0)
Set/Get the Operation to perform.


getOperation

public int getOperation()
Set/Get the Operation to perform.


setOperationToAnd

public void setOperationToAnd()
Set/Get the Operation to perform.


setOperationToOr

public void setOperationToOr()
Set/Get the Operation to perform.


setOperationToXor

public void setOperationToXor()
Set/Get the Operation to perform.


setOperationToNand

public void setOperationToNand()
Set/Get the Operation to perform.


setOperationToNor

public void setOperationToNor()
Set/Get the Operation to perform.


setOperationToNot

public void setOperationToNot()
Set/Get the Operation to perform.


setOutputTrueValue

public void setOutputTrueValue(double id0)
Set the value to use for true in the output.


getOutputTrueValue

public double getOutputTrueValue()
Set the value to use for true in the output.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkImageTwoInputFilter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.