#include <vtkDataSetToDataObjectFilter.h>
Inheritance diagram for vtkDataSetToDataObjectFilter:
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.
Definition at line 56 of file vtkDataSetToDataObjectFilter.h.
Public Types | |
typedef vtkDataObjectSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetGeometry (int) |
virtual int | GetGeometry () |
virtual void | GeometryOn () |
virtual void | GeometryOff () |
virtual void | SetTopology (int) |
virtual int | GetTopology () |
virtual void | TopologyOn () |
virtual void | TopologyOff () |
virtual void | SetFieldData (int) |
virtual int | GetFieldData () |
virtual void | FieldDataOn () |
virtual void | FieldDataOff () |
virtual void | SetPointData (int) |
virtual int | GetPointData () |
virtual void | PointDataOn () |
virtual void | PointDataOff () |
virtual void | SetCellData (int) |
virtual int | GetCellData () |
virtual void | CellDataOn () |
virtual void | CellDataOff () |
virtual void | SetInput (vtkDataSet *input) |
vtkDataSet * | GetInput () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkDataSetToDataObjectFilter * | SafeDownCast (vtkObject *o) |
vtkDataSetToDataObjectFilter * | New () |
Protected Member Functions | |
vtkDataSetToDataObjectFilter () | |
~vtkDataSetToDataObjectFilter () | |
void | Execute () |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
Protected Attributes | |
int | Geometry |
int | Topology |
int | PointData |
int | CellData |
int | FieldData |
|
Reimplemented from vtkDataObjectSource.
Reimplemented in vtkMeshQuality. Definition at line 59 of file vtkDataSetToDataObjectFilter.h. |
|
|
|
|
|
Reimplemented from vtkDataObjectSource.
Reimplemented in vtkMeshQuality.
|
|
Return 1 if this class type 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. Reimplemented from vtkDataObjectSource.
Reimplemented in vtkMeshQuality.
|
|
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. Reimplemented from vtkDataObjectSource.
Reimplemented in vtkMeshQuality.
|
|
Reimplemented from vtkDataObjectSource.
Reimplemented in vtkMeshQuality.
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkDataObjectSource.
Reimplemented in vtkMeshQuality.
|
|
Instantiate the object to transform all data into a data object. Reimplemented from vtkObject.
Reimplemented in vtkMeshQuality.
|
|
Turn on/off the conversion of dataset geometry to a data object. |
|
Turn on/off the conversion of dataset geometry to a data object. |
|
Turn on/off the conversion of dataset geometry to a data object. |
|
Turn on/off the conversion of dataset geometry to a data object. |
|
Turn on/off the conversion of dataset topology to a data object. |
|
Turn on/off the conversion of dataset topology to a data object. |
|
Turn on/off the conversion of dataset topology to a data object. |
|
Turn on/off the conversion of dataset topology to a data object. |
|
Turn on/off the conversion of dataset field data to a data object. |
|
Turn on/off the conversion of dataset field data to a data object. |
|
Turn on/off the conversion of dataset field data to a data object. |
|
Turn on/off the conversion of dataset field data to a data object. |
|
Turn on/off the conversion of dataset point data to a data object. |
|
Turn on/off the conversion of dataset point data to a data object. |
|
Turn on/off the conversion of dataset point data to a data object. |
|
Turn on/off the conversion of dataset point data to a data object. |
|
Turn on/off the conversion of dataset cell data to a data object. |
|
Turn on/off the conversion of dataset cell data to a data object. |
|
Turn on/off the conversion of dataset cell data to a data object. |
|
Turn on/off the conversion of dataset cell data to a data object. |
|
Cast input to DataSet. |
|
Cast input to DataSet. |
|
This method is the old style execute method Reimplemented from vtkSource.
Reimplemented in vtkMeshQuality.
|
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkSource.
|
|
Definition at line 113 of file vtkDataSetToDataObjectFilter.h. |
|
Definition at line 114 of file vtkDataSetToDataObjectFilter.h. |
|
Definition at line 115 of file vtkDataSetToDataObjectFilter.h. |
|
Definition at line 116 of file vtkDataSetToDataObjectFilter.h. |
|
Definition at line 117 of file vtkDataSetToDataObjectFilter.h. |