33 #ifndef vtkResampleWithDataSet_h
34 #define vtkResampleWithDataSet_h
36 #include "vtkFiltersCoreModule.h"
74 void SetCategoricalData(
bool arg);
75 bool GetCategoricalData();
83 void SetPassCellArrays(
bool arg);
84 bool GetPassCellArrays();
85 vtkBooleanMacro(PassCellArrays,
bool);
93 void SetPassPointArrays(
bool arg);
94 bool GetPassPointArrays();
95 vtkBooleanMacro(PassPointArrays,
bool);
103 void SetPassFieldArrays(
bool arg);
104 bool GetPassFieldArrays();
105 vtkBooleanMacro(PassFieldArrays,
bool);
121 void SetPassPartialArrays(
bool arg);
122 bool GetPassPartialArrays();
123 vtkBooleanMacro(PassPartialArrays,
bool);
132 void SetTolerance(
double arg);
133 double GetTolerance();
142 void SetComputeTolerance(
bool arg);
143 bool GetComputeTolerance();
144 vtkBooleanMacro(ComputeTolerance,
bool);
152 vtkSetMacro(MarkBlankPointsAndCells,
bool);
153 vtkGetMacro(MarkBlankPointsAndCells,
bool);
154 vtkBooleanMacro(MarkBlankPointsAndCells,
bool);
182 const char* GetMaskArrayName()
const;
197 #endif // vtkResampleWithDataSet_h
sample point and cell data of a dataset on points from another dataset.
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
subclass of vtkProbeFilter which supports composite datasets in the input.
an abstract base class for locators which find cells
Proxy object to connect input/output ports.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
bool MarkBlankPointsAndCells
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
general representation of visualization data
vtkNew< vtkCompositeDataProbeFilter > Prober