vtk
Class vtkSphericalTransform

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkAbstractTransform
              extended byvtk.vtkWarpTransform
                  extended byvtk.vtkSphericalTransform
All Implemented Interfaces:
java.io.Serializable

public class vtkSphericalTransform
extends vtkWarpTransform
implements java.io.Serializable

vtkSphericalTransform - spherical to rectangular coords and back. vtkSphericalTransform will convert (r,phi,theta) coordinates to (x,y,z) coordinates and back again. The angles are given in radians. By default, it converts cylindrical coordinates to rectangular, but GetInverse() returns a transform that will do the opposite. The equation that is used is x = r*sin(phi)*cos(theta), y = r*sin(phi)*sin(theta), z = r*cos(phi). JavaBean wrapper for vtkSphericalTransform object.

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

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkSphericalTransform()
           
protected vtkSphericalTransform(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 vtkSphericalTransform getThisSphericalTransform()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 vtkAbstractTransform makeTransform()
          Make another transform of the same type.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkWarpTransform
getInverseFlag, getInverseIterations, getInverseTolerance, getThisWarpTransform, internalTransformPoint, inverse, setInverseIterations, setInverseTolerance, templateTransformInverse, templateTransformPoint
 
Methods inherited from class vtk.vtkAbstractTransform
circuitCheck, deepCopy, getInverse, getMTime, getThisAbstractTransform, identity, setInverse, transformDoubleNormalAtPoint, transformDoublePoint, transformDoublePoint, transformDoubleVectorAtPoint, transformFloatNormalAtPoint, transformFloatPoint, transformFloatPoint, transformFloatVectorAtPoint, transformNormalAtPoint, transformNormalAtPoint, transformPoint, transformPoint, transformPoint, transformPoints, transformPointsNormalsVectors, transformVectorAtPoint, transformVectorAtPoint, unRegister, update
 
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
 
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

vtkSphericalTransform

public vtkSphericalTransform()

vtkSphericalTransform

protected vtkSphericalTransform(int dmy)
Method Detail

getThisSphericalTransform

public vtkSphericalTransform getThisSphericalTransform()

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 vtkWarpTransform

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 vtkWarpTransform

makeTransform

public vtkAbstractTransform makeTransform()
Make another transform of the same type.

Overrides:
makeTransform in class vtkAbstractTransform

VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkWarpTransform


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.