Go to the documentation of this file.
30 #ifndef vtkResampleWithDataSet_h
31 #define vtkResampleWithDataSet_h
34 #include "vtkFiltersCoreModule.h"
114 const
char* GetMaskArrayName() const;
128 #endif // vtkResampleWithDataSet_h
vtkMTimeType GetMTime() override
Return this object's modified time.
bool GetPassFieldArrays()
void SetPassCellArrays(bool arg)
Shallow copy the input cell data arrays to the output.
static vtkResampleWithDataSet * New()
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the data set that will be probed at the input points.
void SetPassPointArrays(bool arg)
Shallow copy the input point data arrays to the output Off by default.
vtkTypeUInt64 vtkMTimeType
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void SetPassFieldArrays(bool arg)
Set whether to pass the field-data arrays from the Input i.e.
a simple class to control print indentation
void SetSourceData(vtkDataObject *source)
Specify the data set that will be probed at the input points.
Allocate and hold a VTK object.
bool GetPassPointArrays()
subclass of vtkProbeFilter which supports composite datasets in the input.
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Proxy object to connect input/output ports.
general representation of visualization data