Go to the documentation of this file.
50 #ifndef vtkDataSetToDataObjectFilter_h
51 #define vtkDataSetToDataObjectFilter_h
53 #include "vtkFiltersCoreModule.h"
74 vtkGetMacro(Geometry,
int);
83 vtkGetMacro(Topology,
int);
92 vtkGetMacro(FieldData,
int);
101 vtkGetMacro(PointData,
int);
110 vtkGetMacro(CellData,
int);
Superclass for algorithms that produce only data object as output.
static vtkDataSetToDataObjectFilter * New()
Instantiate the object to transform all data into a data object.
~vtkDataSetToDataObjectFilter() override
map dataset into data object (i.e., a field)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkDataSetToDataObjectFilter()