33 #ifndef vtkResampleWithDataSet_h 34 #define vtkResampleWithDataSet_h 37 #include "vtkFiltersCoreModule.h" 75 void SetCategoricalData(
bool arg);
76 bool GetCategoricalData();
84 void SetPassCellArrays(
bool arg);
85 bool GetPassCellArrays();
86 vtkBooleanMacro(PassCellArrays,
bool);
94 void SetPassPointArrays(
bool arg);
95 bool GetPassPointArrays();
96 vtkBooleanMacro(PassPointArrays,
bool);
104 void SetPassFieldArrays(
bool arg);
105 bool GetPassFieldArrays();
106 vtkBooleanMacro(PassFieldArrays,
bool);
115 void SetTolerance(
double arg);
116 double GetTolerance();
125 void SetComputeTolerance(
bool arg);
126 bool GetComputeTolerance();
127 vtkBooleanMacro(ComputeTolerance,
bool);
135 vtkSetMacro(MarkBlankPointsAndCells,
bool);
136 vtkGetMacro(MarkBlankPointsAndCells,
bool);
137 vtkBooleanMacro(MarkBlankPointsAndCells,
bool);
168 const char* GetMaskArrayName()
const;
183 #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