vtk
Class vtkAbstractVolumeMapper

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

public class vtkAbstractVolumeMapper
extends vtkAbstractMapper3D
implements java.io.Serializable

vtkAbstractVolumeMapper - Abstract class for a volume mapper. vtkAbstractVolumeMapper is the abstract definition of a volume mapper. Specific subclasses deal with different specific types of data input JavaBean wrapper for vtkAbstractVolumeMapper object.

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
vtkVolumeMapper, Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkAbstractVolumeMapper()
           
protected vtkAbstractVolumeMapper(int dmy)
           
 
Method Summary
 void getBounds(double[] id0)
          Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
 java.lang.String getClassName()
          Return the class name as a string.
 vtkDataSet getDataSetInput()
          Set/Get the input data
 vtkAbstractVolumeMapper getThisAbstractVolumeMapper()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setInput(vtkDataSet id0)
          Set/Get the input data
 void update()
          Update the volume rendering pipeline by updating the scalar input
protected  void VTKCastInit()
           
 
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

vtkAbstractVolumeMapper

public vtkAbstractVolumeMapper()

vtkAbstractVolumeMapper

protected vtkAbstractVolumeMapper(int dmy)
Method Detail

getThisAbstractVolumeMapper

public vtkAbstractVolumeMapper getThisAbstractVolumeMapper()

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 vtkAbstractMapper3D

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 vtkAbstractMapper3D

update

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

Overrides:
update in class vtkAbstractMapper3D

setInput

public void setInput(vtkDataSet id0)
Set/Get the input data


getDataSetInput

public vtkDataSet getDataSetInput()
Set/Get the input data


getBounds

public void getBounds(double[] id0)
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).

Overrides:
getBounds in class vtkAbstractMapper3D

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkAbstractMapper3D


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.