vtk
Class vtkStructuredGridGeometryFilter

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkPolyDataSource
                      extended byvtk.vtkStructuredGridToPolyDataFilter
                          extended byvtk.vtkStructuredGridGeometryFilter
All Implemented Interfaces:
java.io.Serializable

public class vtkStructuredGridGeometryFilter
extends vtkStructuredGridToPolyDataFilter
implements java.io.Serializable

vtkStructuredGridGeometryFilter - extract geometry for structured grid. vtkStructuredGridGeometryFilter is a filter that extracts geometry from a structured grid. By specifying appropriate i-j-k indices, it is possible to extract a point, a curve, a surface, or a "volume". Depending upon the type of data, the curve and surface may be curved or planar. (The volume is actually a (n x m x o) region of points.) The extent specification is zero-offset. That is, the first k-plane in a 50x50x50 structured grid is given by (0,49, 0,49, 0,0). The output of this filter is affected by the structured grid blanking. If blanking is on, and a blanking array defined, then those cells attached to blanked points are not output. (Blanking is a property of the input vtkStructuredGrid.) JavaBean wrapper for vtkStructuredGridGeometryFilter object.

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

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkStructuredGridGeometryFilter()
           
protected vtkStructuredGridGeometryFilter(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 int[] getExtent()
          Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax).
 vtkStructuredGridGeometryFilter getThisStructuredGridGeometryFilter()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void setExtent(int[] id0)
          Specify (imin,imax, jmin,jmax, kmin,kmax) indices in array form.
 void setExtent(int id0, int id1, int id2, int id3, int id4, int id5)
          Specify (imin,imax, jmin,jmax, kmin,kmax) indices.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkStructuredGridToPolyDataFilter
getInput, getThisStructuredGridToPolyDataFilter, setInput
 
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

vtkStructuredGridGeometryFilter

public vtkStructuredGridGeometryFilter()

vtkStructuredGridGeometryFilter

protected vtkStructuredGridGeometryFilter(int dmy)
Method Detail

getThisStructuredGridGeometryFilter

public vtkStructuredGridGeometryFilter getThisStructuredGridGeometryFilter()

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 vtkStructuredGridToPolyDataFilter

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 vtkStructuredGridToPolyDataFilter

getExtent

public int[] getExtent()
Get the extent in topological coordinate range (imin,imax, jmin,jmax, kmin,kmax).


setExtent

public void setExtent(int id0,
                      int id1,
                      int id2,
                      int id3,
                      int id4,
                      int id5)
Specify (imin,imax, jmin,jmax, kmin,kmax) indices.


setExtent

public void setExtent(int[] id0)
Specify (imin,imax, jmin,jmax, kmin,kmax) indices in array form.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkStructuredGridToPolyDataFilter


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.