vtk
Class vtkOutlineSource

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkPolyDataSource
                      extended byvtk.vtkOutlineSource
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
vtkOutlineCornerSource

public class vtkOutlineSource
extends vtkPolyDataSource
implements java.io.Serializable

vtkOutlineSource - create wireframe outline around bounding box. vtkOutlineSource creates a wireframe outline around a user-specified bounding box. The outline may be created aligned with the {x,y,z} axis - in which case it is defined by the 6 bounds {xmin,xmax,ymin,ymax,zmin,zmax} via SetBounds(). Alternatively, the box may be arbitrarily aligned, in which case it should be set via the SetCorners() member. JavaBean wrapper for vtkOutlineSource 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
  vtkOutlineSource()
           
protected vtkOutlineSource(int dmy)
           
 
Method Summary
 double[] getBounds()
          Specify the bounds of the box to be used in Axis Aligned mode.
 int getBoxType()
          Set box type to AxisAligned (default) or Oriented.
 java.lang.String getClassName()
          Return the class name as a string.
 double[] getCorners()
          Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.
 vtkOutlineSource getThisOutlineSource()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setBounds(double[] id0)
          Specify the bounds of the box to be used in Axis Aligned mode.
 void setBounds(double id0, double id1, double id2, double id3, double id4, double id5)
          Specify the bounds of the box to be used in Axis Aligned mode.
 void setBoxType(int id0)
          Set box type to AxisAligned (default) or Oriented.
 void setBoxTypeToAxisAligned()
          Set box type to AxisAligned (default) or Oriented.
 void setBoxTypeToOriented()
          Specify the bounds of the box to be used in Axis Aligned mode.
 void setCorners(double[] id0)
          Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkPolyDataSource
getOutput, getOutput, getThisPolyDataSource, setOutput
 
Methods inherited from class vtk.vtkSource
computeInputUpdateExtents, 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

vtkOutlineSource

public vtkOutlineSource()

vtkOutlineSource

protected vtkOutlineSource(int dmy)
Method Detail

getThisOutlineSource

public vtkOutlineSource getThisOutlineSource()

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 vtkPolyDataSource

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 vtkPolyDataSource

setBoxType

public void setBoxType(int id0)
Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.


getBoxType

public int getBoxType()
Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.


setBoxTypeToAxisAligned

public void setBoxTypeToAxisAligned()
Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.


setBoxTypeToOriented

public void setBoxTypeToOriented()
Specify the bounds of the box to be used in Axis Aligned mode.


setBounds

public void setBounds(double id0,
                      double id1,
                      double id2,
                      double id3,
                      double id4,
                      double id5)
Specify the bounds of the box to be used in Axis Aligned mode.


setBounds

public void setBounds(double[] id0)
Specify the bounds of the box to be used in Axis Aligned mode.


getBounds

public double[] getBounds()
Specify the bounds of the box to be used in Axis Aligned mode.


setCorners

public void setCorners(double[] id0)
Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.


getCorners

public double[] getCorners()
Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkPolyDataSource


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.