vtk
Class vtkVolumeTextureMapper

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkAbstractMapper
                  extended byvtk.vtkAbstractMapper3D
                      extended byvtk.vtkAbstractVolumeMapper
                          extended byvtk.vtkVolumeMapper
                              extended byvtk.vtkVolumeTextureMapper
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
vtkVolumeTextureMapper2D

public class vtkVolumeTextureMapper
extends vtkVolumeMapper
implements java.io.Serializable

vtkVolumeTextureMapper - Abstract class for a volume mapper. vtkVolumeTextureMapper is the abstract definition of a volume mapper that uses a texture mapping approach. JavaBean wrapper for vtkVolumeTextureMapper 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
  vtkVolumeTextureMapper()
           
protected vtkVolumeTextureMapper(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkEncodedGradientEstimator getGradientEstimator()
          Set / Get the gradient estimator used to estimate normals
 vtkEncodedGradientShader getGradientShader()
          Get the gradient shader.
 vtkVolumeTextureMapper getThisVolumeTextureMapper()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setGradientEstimator(vtkEncodedGradientEstimator id0)
          Set / Get the gradient estimator used to estimate normals
 void update()
          Update the volume rendering pipeline by updating the scalar input
protected  void VTKCastInit()
           
 
Methods inherited from class vtk.vtkVolumeMapper
croppingOff, croppingOn, getCropping, getCroppingMaxValue, getCroppingMinValue, getCroppingRegionFlags, getCroppingRegionFlagsMaxValue, getCroppingRegionFlagsMinValue, getCroppingRegionPlanes, getInput, getThisVolumeMapper, getUseImageClipper, getVoxelCroppingRegionPlanes, setCropping, setCroppingRegionFlags, setCroppingRegionFlagsToCross, setCroppingRegionFlagsToFence, setCroppingRegionFlagsToInvertedCross, setCroppingRegionFlagsToInvertedFence, setCroppingRegionFlagsToSubVolume, setCroppingRegionPlanes, setCroppingRegionPlanes, setInput, setInput, setUseImageClipper, useImageClipperOff, useImageClipperOn
 
Methods inherited from class vtk.vtkAbstractVolumeMapper
getBounds, getDataSetInput, getThisAbstractVolumeMapper
 
Methods inherited from class vtk.vtkAbstractMapper3D
getBounds, getCenter, getCenter, getLength, getThisAbstractMapper3D, isARayCastMapper, isARenderIntoImageMapper
 
Methods inherited from class vtk.vtkAbstractMapper
addClippingPlane, addConsumer, getClippingPlanes, getConsumer, getMTime, getNumberOfConsumers, getThisAbstractMapper, getTimeToDraw, isConsumer, releaseGraphicsResources, removeAllClippingPlanes, removeClippingPlane, removeConsumer, setClippingPlanes, setClippingPlanes, shallowCopy
 
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, getThisObject, globalWarningDisplayOff, globalWarningDisplayOn, hasObserver, hasObserver, invokeEvent, invokeEvent, modified, Print, PrintRevisions, register, removeObserver, removeObservers, removeObservers, setDebug, setGlobalWarningDisplay, unRegister, VTKInit
 
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

vtkVolumeTextureMapper

public vtkVolumeTextureMapper()

vtkVolumeTextureMapper

protected vtkVolumeTextureMapper(int dmy)
Method Detail

getThisVolumeTextureMapper

public vtkVolumeTextureMapper getThisVolumeTextureMapper()

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 vtkVolumeMapper

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 vtkVolumeMapper

update

public void update()
Update the volume rendering pipeline by updating the scalar input

Overrides:
update in class vtkAbstractVolumeMapper

setGradientEstimator

public void setGradientEstimator(vtkEncodedGradientEstimator id0)
Set / Get the gradient estimator used to estimate normals


getGradientEstimator

public vtkEncodedGradientEstimator getGradientEstimator()
Set / Get the gradient estimator used to estimate normals


getGradientShader

public vtkEncodedGradientShader getGradientShader()
Get the gradient shader.


VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkVolumeMapper


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.