vtk
Class vtkOpenGLTexture

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkTexture
                  extended byvtk.vtkOpenGLTexture
All Implemented Interfaces:
java.io.Serializable

public class vtkOpenGLTexture
extends vtkTexture
implements java.io.Serializable

vtkOpenGLTexture - OpenGL texture map. vtkOpenGLTexture is a concrete implementation of the abstract class vtkTexture. vtkOpenGLTexture interfaces to the OpenGL rendering library. JavaBean wrapper for vtkOpenGLTexture 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
  vtkOpenGLTexture()
           
protected vtkOpenGLTexture(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkOpenGLTexture getThisOpenGLTexture()
           
 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.vtkTexture
getInput, getInterpolate, getLookupTable, getMapColorScalarsThroughLookupTable, getMappedScalars, getQuality, getRepeat, getThisTexture, interpolateOff, interpolateOn, mapColorScalarsThroughLookupTableOff, mapColorScalarsThroughLookupTableOn, render, repeatOff, repeatOn, setInput, setInterpolate, setLookupTable, setMapColorScalarsThroughLookupTable, setQuality, setQualityTo16Bit, setQualityTo32Bit, setQualityToDefault, setRepeat
 
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, 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

vtkOpenGLTexture

public vtkOpenGLTexture()

vtkOpenGLTexture

protected vtkOpenGLTexture(int dmy)
Method Detail

getThisOpenGLTexture

public vtkOpenGLTexture getThisOpenGLTexture()

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 vtkTexture

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 vtkTexture

load

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

Overrides:
load in class vtkTexture

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.

Overrides:
releaseGraphicsResources in class vtkTexture

VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkTexture

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkTexture


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.