vtk
Class vtkOpenGLActor

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProp
              extended byvtk.vtkProp3D
                  extended byvtk.vtkActor
                      extended byvtk.vtkOpenGLActor
All Implemented Interfaces:
java.io.Serializable

public class vtkOpenGLActor
extends vtkActor
implements java.io.Serializable

vtkOpenGLActor - OpenGL actor. vtkOpenGLActor is a concrete implementation of the abstract class vtkActor. vtkOpenGLActor interfaces to the OpenGL rendering library. JavaBean wrapper for vtkOpenGLActor 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
  vtkOpenGLActor()
           
protected vtkOpenGLActor(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkOpenGLActor getThisOpenGLActor()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void render(vtkRenderer id0, vtkMapper id1)
          Actual actor render method.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkActor
applyProperties, getActors, getBackfaceProperty, getBounds, getBounds, getMapper, getMTime, getNextPart, getNumberOfParts, getProperty, getRedrawMTime, getTexture, getThisActor, initPartTraversal, makeProperty, releaseGraphicsResources, renderOpaqueGeometry, renderTranslucentGeometry, setBackfaceProperty, setMapper, setProperty, setTexture, shallowCopy
 
Methods inherited from class vtk.vtkProp3D
addOrientation, addOrientation, addPosition, addPosition, computeMatrix, getCenter, getIsIdentity, getLength, getMatrix, getMatrix, getMatrix, getOrientation, getOrientation, getOrientationWXYZ, getOrigin, getPosition, getScale, getThisProp3D, getUserMatrix, getUserTransform, getUserTransformMatrixMTime, getXRange, getYRange, getZRange, initPathTraversal, pokeMatrix, rotateWXYZ, rotateX, rotateY, rotateZ, setOrientation, setOrientation, setOrigin, setOrigin, setPosition, setPosition, setScale, setScale, setScale, setUserMatrix, setUserTransform
 
Methods inherited from class vtk.vtkProp
dragableOff, dragableOn, getActors2D, getDragable, getNextPath, getNumberOfPaths, getPickable, getThisProp, getVisibility, getVolumes, pick, pickableOff, pickableOn, setDragable, setPickable, setVisibility, visibilityOff, visibilityOn
 
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

vtkOpenGLActor

public vtkOpenGLActor()

vtkOpenGLActor

protected vtkOpenGLActor(int dmy)
Method Detail

getThisOpenGLActor

public vtkOpenGLActor getThisOpenGLActor()

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 vtkActor

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 vtkActor

render

public void render(vtkRenderer id0,
                   vtkMapper id1)
Actual actor render method.

Overrides:
render in class vtkActor

VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkActor

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkActor


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.