vtk
Class vtkGlyph2D

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkPolyDataSource
                      extended byvtk.vtkDataSetToPolyDataFilter
                          extended byvtk.vtkGlyph3D
                              extended byvtk.vtkGlyph2D
All Implemented Interfaces:
java.io.Serializable

public class vtkGlyph2D
extends vtkGlyph3D
implements java.io.Serializable

vtkGlyph2D - copy oriented and scaled glyph geometry to every input point (2D specialization). This subclass of vtkGlyph3D is a specialization to 2D. Transformations (i.e., translation, scaling, and rotation) are constrained to the plane. For example, rotations due to a vector are computed from the x-y coordinates of the vector only, and are assumed to occur around the z-axis. (See vtkGlyph3D for documentation on the interface to this class.) JavaBean wrapper for vtkGlyph2D object.

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
vtkTensorGlyph, vtkGlyph3D, Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkGlyph2D()
           
protected vtkGlyph2D(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkGlyph2D getThisGlyph2D()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkGlyph3D
clampingOff, clampingOn, generatePointIdsOff, generatePointIdsOn, getClamping, getColorMode, getColorModeAsString, getGeneratePointIds, getIndexMode, getIndexModeAsString, getInputNormalsSelection, getInputScalarsSelection, getInputVectorsSelection, getNumberOfSources, getOrient, getPointIdsName, getRange, getScaleFactor, getScaleMode, getScaleModeAsString, getScaling, getSource, getThisGlyph3D, getVectorMode, getVectorModeAsString, orientOff, orientOn, scalingOff, scalingOn, selectInputNormals, selectInputScalars, selectInputVectors, setClamping, setColorMode, setColorModeToColorByScalar, setColorModeToColorByScale, setColorModeToColorByVector, setGeneratePointIds, setIndexMode, setIndexModeToOff, setIndexModeToScalar, setIndexModeToVector, setNumberOfSources, setOrient, setPointIdsName, setRange, setRange, setScaleFactor, setScaleMode, setScaleModeToDataScalingOff, setScaleModeToScaleByScalar, setScaleModeToScaleByVector, setScaleModeToScaleByVectorComponents, setScaling, setSource, setSource, setVectorMode, setVectorModeToUseNormal, setVectorModeToUseVector, setVectorModeToVectorRotationOff
 
Methods inherited from class vtk.vtkDataSetToPolyDataFilter
computeInputUpdateExtents, getInput, getThisDataSetToPolyDataFilter, setInput
 
Methods inherited from class vtk.vtkPolyDataSource
getOutput, getOutput, getThisPolyDataSource, setOutput
 
Methods inherited from class vtk.vtkSource
getNumberOfOutputs, getOutputIndex, getReleaseDataFlag, getThisSource, inRegisterLoop, propagateUpdateExtent, releaseDataFlagOff, releaseDataFlagOn, setReleaseDataFlag, triggerAsynchronousUpdate, unRegister, unRegisterAllOutputs, update, updateData, updateInformation, updateWholeExtent
 
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
 
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

vtkGlyph2D

public vtkGlyph2D()

vtkGlyph2D

protected vtkGlyph2D(int dmy)
Method Detail

getThisGlyph2D

public vtkGlyph2D getThisGlyph2D()

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 vtkGlyph3D

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 vtkGlyph3D

VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkGlyph3D

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkGlyph3D


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.