vtk
Class vtkImageCursor3D

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkImageSource
                      extended byvtk.vtkImageToImageFilter
                          extended byvtk.vtkImageInPlaceFilter
                              extended byvtk.vtkImageCursor3D
All Implemented Interfaces:
java.io.Serializable

public class vtkImageCursor3D
extends vtkImageInPlaceFilter
implements java.io.Serializable

vtkImageCursor3D - Paints a cursor on top of an image or volume.. vtkImageCursor3D will draw a cursor on a 2d image or 3d volume. JavaBean wrapper for vtkImageCursor3D 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
  vtkImageCursor3D()
           
protected vtkImageCursor3D(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 double[] getCursorPosition()
          Sets/Gets the center point of the 3d cursor.
 int getCursorRadius()
          Sets/Gets the radius of the cursor.
 double getCursorValue()
          Sets/Gets what pixel value to draw the cursor in.
 vtkImageCursor3D getThisImageCursor3D()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setCursorPosition(double[] id0)
          Sets/Gets the center point of the 3d cursor.
 void setCursorPosition(double id0, double id1, double id2)
          Sets/Gets the center point of the 3d cursor.
 void setCursorRadius(int id0)
          Sets/Gets the radius of the cursor.
 void setCursorValue(double id0)
          Sets/Gets what pixel value to draw the cursor in.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkImageInPlaceFilter
getThisImageInPlaceFilter
 
Methods inherited from class vtk.vtkImageToImageFilter
bypassOff, bypassOn, getBypass, getInput, getInputMemoryLimit, getNumberOfThreads, getNumberOfThreadsMaxValue, getNumberOfThreadsMinValue, getThisImageToImageFilter, setBypass, setInput, setInputMemoryLimit, setNumberOfThreads, splitExtent, threadedExecute
 
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

vtkImageCursor3D

public vtkImageCursor3D()

vtkImageCursor3D

protected vtkImageCursor3D(int dmy)
Method Detail

getThisImageCursor3D

public vtkImageCursor3D getThisImageCursor3D()

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 vtkImageInPlaceFilter

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 vtkImageInPlaceFilter

setCursorPosition

public void setCursorPosition(double id0,
                              double id1,
                              double id2)
Sets/Gets the center point of the 3d cursor.


setCursorPosition

public void setCursorPosition(double[] id0)
Sets/Gets the center point of the 3d cursor.


getCursorPosition

public double[] getCursorPosition()
Sets/Gets the center point of the 3d cursor.


setCursorValue

public void setCursorValue(double id0)
Sets/Gets what pixel value to draw the cursor in.


getCursorValue

public double getCursorValue()
Sets/Gets what pixel value to draw the cursor in.


setCursorRadius

public void setCursorRadius(int id0)
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center.


getCursorRadius

public int getCursorRadius()
Sets/Gets the radius of the cursor. The radius determines how far the axis lines project out from the cursors center.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkImageInPlaceFilter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.