vtk
Class vtkOpenGLImageActor

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProp
              extended byvtk.vtkImageActor
                  extended byvtk.vtkOpenGLImageActor
All Implemented Interfaces:
java.io.Serializable

public class vtkOpenGLImageActor
extends vtkImageActor
implements java.io.Serializable

vtkOpenGLImageActor - OpenGL texture map. vtkOpenGLImageActor is a concrete implementation of the abstract class vtkImageActor. vtkOpenGLImageActor interfaces to the OpenGL rendering library. JavaBean wrapper for vtkOpenGLImageActor 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
  vtkOpenGLImageActor()
           
protected vtkOpenGLImageActor(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkOpenGLImageActor getThisOpenGLImageActor()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void load(vtkRenderer id0)
          Implement base class method.
 void releaseGraphicsResources(vtkWindow id0)
          Release any graphics resources that are being consumed by this texture.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkImageActor
getBounds, getBounds, getDisplayExtent, getDisplayExtent, getInput, getInterpolate, getSliceNumber, getThisImageActor, getWholeZMax, getWholeZMin, getZSlice, interpolateOff, interpolateOn, setDisplayExtent, setDisplayExtent, setInput, setInterpolate, setZSlice
 
Methods inherited from class vtk.vtkProp
dragableOff, dragableOn, getActors, getActors2D, getDragable, getMatrix, getNextPath, getNumberOfPaths, getPickable, getRedrawMTime, getThisProp, getVisibility, getVolumes, initPathTraversal, pick, pickableOff, pickableOn, pokeMatrix, setDragable, setPickable, setVisibility, shallowCopy, visibilityOff, visibilityOn
 
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, unRegister
 
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

vtkOpenGLImageActor

public vtkOpenGLImageActor()

vtkOpenGLImageActor

protected vtkOpenGLImageActor(int dmy)
Method Detail

getThisOpenGLImageActor

public vtkOpenGLImageActor getThisOpenGLImageActor()

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 vtkImageActor

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 vtkImageActor

load

public void load(vtkRenderer id0)
Implement base class method.


releaseGraphicsResources

public void releaseGraphicsResources(vtkWindow id0)
Release any graphics resources that are being consumed by this texture. The parameter window could be used to determine which graphic resources to release. Using the same texture object in multiple render windows is NOT currently supported.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkImageActor

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkImageActor


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.