VTK
|
map dataset into data object (i.e., a field) More...
#include <vtkDataSetToDataObjectFilter.h>
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.
Definition at line 57 of file vtkDataSetToDataObjectFilter.h.
Reimplemented from vtkDataObjectAlgorithm.
Definition at line 60 of file vtkDataSetToDataObjectFilter.h.
vtkDataSetToDataObjectFilter::vtkDataSetToDataObjectFilter | ( | ) | [protected] |
vtkDataSetToDataObjectFilter::~vtkDataSetToDataObjectFilter | ( | ) | [protected] |
static int vtkDataSetToDataObjectFilter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkDataSetToDataObjectFilter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataObjectAlgorithm.
static vtkDataSetToDataObjectFilter* vtkDataSetToDataObjectFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataObjectAlgorithm.
virtual vtkObjectBase* vtkDataSetToDataObjectFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
Reimplemented from vtkDataObjectAlgorithm.
void vtkDataSetToDataObjectFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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 vtkDataObjectAlgorithm.
static vtkDataSetToDataObjectFilter* vtkDataSetToDataObjectFilter::New | ( | ) | [static] |
Instantiate the object to transform all data into a data object.
Reimplemented from vtkDataObjectAlgorithm.
virtual void vtkDataSetToDataObjectFilter::SetGeometry | ( | int | ) | [virtual] |
Turn on/off the conversion of dataset geometry to a data object.
virtual int vtkDataSetToDataObjectFilter::GetGeometry | ( | ) | [virtual] |
Turn on/off the conversion of dataset geometry to a data object.
virtual void vtkDataSetToDataObjectFilter::GeometryOn | ( | ) | [virtual] |
Turn on/off the conversion of dataset geometry to a data object.
virtual void vtkDataSetToDataObjectFilter::GeometryOff | ( | ) | [virtual] |
Turn on/off the conversion of dataset geometry to a data object.
virtual void vtkDataSetToDataObjectFilter::SetTopology | ( | int | ) | [virtual] |
Turn on/off the conversion of dataset topology to a data object.
virtual int vtkDataSetToDataObjectFilter::GetTopology | ( | ) | [virtual] |
Turn on/off the conversion of dataset topology to a data object.
virtual void vtkDataSetToDataObjectFilter::TopologyOn | ( | ) | [virtual] |
Turn on/off the conversion of dataset topology to a data object.
virtual void vtkDataSetToDataObjectFilter::TopologyOff | ( | ) | [virtual] |
Turn on/off the conversion of dataset topology to a data object.
virtual void vtkDataSetToDataObjectFilter::SetFieldData | ( | int | ) | [virtual] |
Turn on/off the conversion of dataset field data to a data object.
virtual int vtkDataSetToDataObjectFilter::GetFieldData | ( | ) | [virtual] |
Turn on/off the conversion of dataset field data to a data object.
virtual void vtkDataSetToDataObjectFilter::FieldDataOn | ( | ) | [virtual] |
Turn on/off the conversion of dataset field data to a data object.
virtual void vtkDataSetToDataObjectFilter::FieldDataOff | ( | ) | [virtual] |
Turn on/off the conversion of dataset field data to a data object.
virtual void vtkDataSetToDataObjectFilter::SetPointData | ( | int | ) | [virtual] |
Turn on/off the conversion of dataset point data to a data object.
virtual int vtkDataSetToDataObjectFilter::GetPointData | ( | ) | [virtual] |
Turn on/off the conversion of dataset point data to a data object.
virtual void vtkDataSetToDataObjectFilter::PointDataOn | ( | ) | [virtual] |
Turn on/off the conversion of dataset point data to a data object.
virtual void vtkDataSetToDataObjectFilter::PointDataOff | ( | ) | [virtual] |
Turn on/off the conversion of dataset point data to a data object.
virtual void vtkDataSetToDataObjectFilter::SetCellData | ( | int | ) | [virtual] |
Turn on/off the conversion of dataset cell data to a data object.
virtual int vtkDataSetToDataObjectFilter::GetCellData | ( | ) | [virtual] |
Turn on/off the conversion of dataset cell data to a data object.
virtual void vtkDataSetToDataObjectFilter::CellDataOn | ( | ) | [virtual] |
Turn on/off the conversion of dataset cell data to a data object.
virtual void vtkDataSetToDataObjectFilter::CellDataOff | ( | ) | [virtual] |
Turn on/off the conversion of dataset cell data to a data object.
virtual int vtkDataSetToDataObjectFilter::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkDataSetToDataObjectFilter::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkDataSetToDataObjectFilter::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkDataObjectAlgorithm.
int vtkDataSetToDataObjectFilter::Geometry [protected] |
Definition at line 112 of file vtkDataSetToDataObjectFilter.h.
int vtkDataSetToDataObjectFilter::Topology [protected] |
Definition at line 113 of file vtkDataSetToDataObjectFilter.h.
int vtkDataSetToDataObjectFilter::PointData [protected] |
Definition at line 114 of file vtkDataSetToDataObjectFilter.h.
int vtkDataSetToDataObjectFilter::CellData [protected] |
Definition at line 115 of file vtkDataSetToDataObjectFilter.h.
int vtkDataSetToDataObjectFilter::FieldData [protected] |
Definition at line 116 of file vtkDataSetToDataObjectFilter.h.