vtk
Class vtkAbstractMapper3D

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

public class vtkAbstractMapper3D
extends vtkAbstractMapper
implements java.io.Serializable

vtkAbstractMapper3D - abstract class specifies interface to map 3D data. vtkAbstractMapper3D is an abstract class to specify interface between 3D data and graphics primitives or software rendering techniques. Subclasses of vtkAbstractMapper3D can be used for rendering geometry or rendering volumetric data. This class also defines an API to support hardware clipping planes (at most six planes can be defined). It also provides geometric data about the input data it maps, such as the bounding box and center. JavaBean wrapper for vtkAbstractMapper3D object.

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
vtkAbstractMapper, vtkMapper, vtkPolyDataMapper, Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkAbstractMapper3D()
           
protected vtkAbstractMapper3D(int dmy)
           
 
Method Summary
 double[] getBounds()
          Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
 void getBounds(double[] id0)
          Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
 double[] getCenter()
          Return the Center of this mapper's data.
 void getCenter(double[] id0)
          Return the Center of this mapper's data.
 java.lang.String getClassName()
          Return the class name as a string.
 double getLength()
          Return the diagonal length of this mappers bounding box.
 vtkAbstractMapper3D getThisAbstractMapper3D()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 int isARayCastMapper()
          Is this a ray cast mapper?
 int isARenderIntoImageMapper()
          Is this a "render into image" mapper?
 void update()
          Update the network connected to this mapper.
protected  void VTKCastInit()
           
 
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

vtkAbstractMapper3D

public vtkAbstractMapper3D()

vtkAbstractMapper3D

protected vtkAbstractMapper3D(int dmy)
Method Detail

getThisAbstractMapper3D

public vtkAbstractMapper3D getThisAbstractMapper3D()

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 vtkAbstractMapper

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 vtkAbstractMapper

getBounds

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


getBounds

public void getBounds(double[] id0)
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).


getCenter

public double[] getCenter()
Return the Center of this mapper's data.


getCenter

public void getCenter(double[] id0)
Return the Center of this mapper's data.


getLength

public double getLength()
Return the diagonal length of this mappers bounding box.


isARayCastMapper

public int isARayCastMapper()
Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image from this mapper.


isARenderIntoImageMapper

public int isARenderIntoImageMapper()
Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by rendering into a software image buffer.


update

public void update()
Update the network connected to this mapper.


VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkAbstractMapper


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.