vtk
Class vtkOpenGLRenderer

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkViewport
              extended byvtk.vtkRenderer
                  extended byvtk.vtkOpenGLRenderer
All Implemented Interfaces:
java.io.Serializable

public class vtkOpenGLRenderer
extends vtkRenderer
implements java.io.Serializable

vtkOpenGLRenderer - OpenGL renderer. vtkOpenGLRenderer is a concrete implementation of the abstract class vtkRenderer. vtkOpenGLRenderer interfaces to the OpenGL graphics library. JavaBean wrapper for vtkOpenGLRenderer 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
  vtkOpenGLRenderer()
           
protected vtkOpenGLRenderer(int dmy)
           
 
Method Summary
 void clear()
          Clear the image to the background color.
 void clearLights()
          Internal method temporarily removes lights before reloading them into graphics pipeline.
 void deviceRender()
          Concrete open gl render method.
 java.lang.String getClassName()
          Return the class name as a string.
 vtkOpenGLRenderer getThisOpenGLRenderer()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 int updateLights()
          Ask lights to load themselves into graphics pipeline.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkRenderer
addActor, addCuller, addLight, addVolume, automaticLightCreationOff, automaticLightCreationOn, backingStoreOff, backingStoreOn, computeVisiblePropBounds, computeVisiblePropBounds, createLight, getActiveCamera, getActors, getAllocatedRenderTime, getAmbient, getAutomaticLightCreation, getBackingStore, getCullers, getInteractive, getLastRenderTimeInSeconds, getLayer, getLightFollowCamera, getLights, getMTime, getNearClippingPlaneTolerance, getNumberOfPropsRendered, getRenderWindow, getThisRenderer, getTimeFactor, getTwoSidedLighting, getVolumes, getVTKWindow, getZ, interactiveOff, interactiveOn, lightFollowCameraOff, lightFollowCameraOn, makeCamera, makeLight, pickProp, removeActor, removeCuller, removeLight, removeVolume, render, resetCamera, resetCamera, resetCamera, resetCameraClippingRange, resetCameraClippingRange, resetCameraClippingRange, setActiveCamera, setAllocatedRenderTime, setAmbient, setAmbient, setAutomaticLightCreation, setBackingStore, setInteractive, setLayer, setLightFollowCamera, setNearClippingPlaneTolerance, setRenderWindow, setTwoSidedLighting, transparent, twoSidedLightingOff, twoSidedLightingOn, updateLightsGeometryToFollowCamera, viewToWorld, visibleActorCount, visibleVolumeCount, worldToView
 
Methods inherited from class vtk.vtkViewport
addActor2D, addProp, computeAspect, displayToView, displayToWorld, getActors2D, getAspect, getBackground, getCenter, getDisplayPoint, getIsPicking, getOrigin, getPickedZ, getPickX, getPickY, getPixelAspect, getProps, getSize, getThisViewport, getViewPoint, getViewport, getWorldPoint, hasProp, isInViewport, pickPropFrom, removeActor2D, removeAllProps, removeProp, setAspect, setAspect, setBackground, setBackground, setDisplayPoint, setDisplayPoint, setPixelAspect, setPixelAspect, setViewPoint, setViewPoint, setViewport, setViewport, setWorldPoint, setWorldPoint, viewToDisplay, worldToDisplay
 
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
 
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

vtkOpenGLRenderer

public vtkOpenGLRenderer()

vtkOpenGLRenderer

protected vtkOpenGLRenderer(int dmy)
Method Detail

getThisOpenGLRenderer

public vtkOpenGLRenderer getThisOpenGLRenderer()

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 vtkRenderer

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 vtkRenderer

deviceRender

public void deviceRender()
Concrete open gl render method.

Overrides:
deviceRender in class vtkRenderer

clearLights

public void clearLights()
Internal method temporarily removes lights before reloading them into graphics pipeline.


clear

public void clear()
Description copied from class: vtkRenderer
Clear the image to the background color.

Overrides:
clear in class vtkRenderer

updateLights

public int updateLights()
Ask lights to load themselves into graphics pipeline.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkRenderer

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkRenderer


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.