vtk
Class vtkDataSetToDataObjectFilter

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkDataObjectSource
                      extended byvtk.vtkDataSetToDataObjectFilter
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
vtkMeshQuality

public class vtkDataSetToDataObjectFilter
extends vtkDataObjectSource
implements java.io.Serializable

vtkDataSetToDataObjectFilter - map dataset into data object (i.e., a field). vtkDataSetToDataObjectFilter is an class that transforms a dataset into data object (i.e., a field). The field will have labeled data arrays corresponding to the topology, geometry, field data, and point and cell attribute data. You can control what portions of the dataset are converted into the output data object's field data. The instance variables Geometry, Topology, FieldData, PointData, and CellData are flags that control whether the dataset's geometry (e.g., points, spacing, origin); topology (e.g., cell connectivity, dimensions); the field data associated with the dataset's superclass data object; the dataset's point data attributes; and the dataset's cell data attributes. (Note: the data attributes include scalars, vectors, tensors, normals, texture coordinates, and field data.) The names used to create the field data are as follows. For vtkPolyData, "Points", "Verts", "Lines", "Polys", and "Strips". For vtkUnstructuredGrid, "Cells" and "CellTypes". For vtkStructuredPoints, "Dimensions", "Spacing", and "Origin". For vtkStructuredGrid, "Points" and "Dimensions". For vtkRectilinearGrid, "XCoordinates", "YCoordinates", and "ZCoordinates". for point attribute data, "PointScalars", "PointVectors", etc. For cell attribute data, "CellScalars", "CellVectors", etc. Field data arrays retain their original name. JavaBean wrapper for vtkDataSetToDataObjectFilter object.

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

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkDataSetToDataObjectFilter()
           
protected vtkDataSetToDataObjectFilter(int dmy)
           
 
Method Summary
 void cellDataOff()
          Turn on/off the conversion of dataset cell data to a data object.
 void cellDataOn()
          Turn on/off the conversion of dataset cell data to a data object.
 void fieldDataOff()
          Turn on/off the conversion of dataset field data to a data object.
 void fieldDataOn()
          Turn on/off the conversion of dataset field data to a data object.
 void geometryOff()
          Turn on/off the conversion of dataset geometry to a data object.
 void geometryOn()
          Turn on/off the conversion of dataset geometry to a data object.
 int getCellData()
          Turn on/off the conversion of dataset cell data to a data object.
 java.lang.String getClassName()
          Return the class name as a string.
 int getFieldData()
          Turn on/off the conversion of dataset field data to a data object.
 int getGeometry()
          Turn on/off the conversion of dataset geometry to a data object.
 vtkDataSet getInput()
          Cast input to DataSet.
 int getPointData()
          Turn on/off the conversion of dataset point data to a data object.
 vtkDataSetToDataObjectFilter getThisDataSetToDataObjectFilter()
           
 int getTopology()
          Turn on/off the conversion of dataset topology to a data object.
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void pointDataOff()
          Turn on/off the conversion of dataset point data to a data object.
 void pointDataOn()
          Turn on/off the conversion of dataset point data to a data object.
 void setCellData(int id0)
          Turn on/off the conversion of dataset cell data to a data object.
 void setFieldData(int id0)
          Turn on/off the conversion of dataset field data to a data object.
 void setGeometry(int id0)
          Turn on/off the conversion of dataset geometry to a data object.
 void setInput(vtkDataSet id0)
          Cast input to DataSet.
 void setPointData(int id0)
          Turn on/off the conversion of dataset point data to a data object.
 void setTopology(int id0)
          Turn on/off the conversion of dataset topology to a data object.
 void topologyOff()
          Turn on/off the conversion of dataset topology to a data object.
 void topologyOn()
          Turn on/off the conversion of dataset topology to a data object.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkDataObjectSource
getOutput, getOutput, getThisDataObjectSource, 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

vtkDataSetToDataObjectFilter

public vtkDataSetToDataObjectFilter()

vtkDataSetToDataObjectFilter

protected vtkDataSetToDataObjectFilter(int dmy)
Method Detail

getThisDataSetToDataObjectFilter

public vtkDataSetToDataObjectFilter getThisDataSetToDataObjectFilter()

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 vtkDataObjectSource

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 vtkDataObjectSource

setGeometry

public void setGeometry(int id0)
Turn on/off the conversion of dataset geometry to a data object.


getGeometry

public int getGeometry()
Turn on/off the conversion of dataset geometry to a data object.


geometryOn

public void geometryOn()
Turn on/off the conversion of dataset geometry to a data object.


geometryOff

public void geometryOff()
Turn on/off the conversion of dataset geometry to a data object.


setTopology

public void setTopology(int id0)
Turn on/off the conversion of dataset topology to a data object.


getTopology

public int getTopology()
Turn on/off the conversion of dataset topology to a data object.


topologyOn

public void topologyOn()
Turn on/off the conversion of dataset topology to a data object.


topologyOff

public void topologyOff()
Turn on/off the conversion of dataset topology to a data object.


setFieldData

public void setFieldData(int id0)
Turn on/off the conversion of dataset field data to a data object.


getFieldData

public int getFieldData()
Turn on/off the conversion of dataset field data to a data object.


fieldDataOn

public void fieldDataOn()
Turn on/off the conversion of dataset field data to a data object.


fieldDataOff

public void fieldDataOff()
Turn on/off the conversion of dataset field data to a data object.


setPointData

public void setPointData(int id0)
Turn on/off the conversion of dataset point data to a data object.


getPointData

public int getPointData()
Turn on/off the conversion of dataset point data to a data object.


pointDataOn

public void pointDataOn()
Turn on/off the conversion of dataset point data to a data object.


pointDataOff

public void pointDataOff()
Turn on/off the conversion of dataset point data to a data object.


setCellData

public void setCellData(int id0)
Turn on/off the conversion of dataset cell data to a data object.


getCellData

public int getCellData()
Turn on/off the conversion of dataset cell data to a data object.


cellDataOn

public void cellDataOn()
Turn on/off the conversion of dataset cell data to a data object.


cellDataOff

public void cellDataOff()
Turn on/off the conversion of dataset cell data to a data object.


setInput

public void setInput(vtkDataSet id0)
Cast input to DataSet.


getInput

public vtkDataSet getInput()
Cast input to DataSet.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkDataObjectSource


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.