30 #ifndef vtkResampleWithDataSet_h 31 #define vtkResampleWithDataSet_h 33 #include "vtkFiltersCoreModule.h" 71 void SetCategoricalData(
bool arg);
72 bool GetCategoricalData();
80 void SetPassCellArrays(
bool arg);
81 bool GetPassCellArrays();
82 vtkBooleanMacro(PassCellArrays,
bool);
90 void SetPassPointArrays(
bool arg);
91 bool GetPassPointArrays();
92 vtkBooleanMacro(PassPointArrays,
bool);
100 void SetPassFieldArrays(
bool arg);
101 bool GetPassFieldArrays();
102 vtkBooleanMacro(PassFieldArrays,
bool);
111 void SetTolerance(
double arg);
112 double GetTolerance();
121 void SetComputeTolerance(
bool arg);
122 bool GetComputeTolerance();
123 vtkBooleanMacro(ComputeTolerance,
bool);
131 vtkSetMacro(MarkBlankPointsAndCells,
bool);
132 vtkGetMacro(MarkBlankPointsAndCells,
bool);
133 vtkBooleanMacro(MarkBlankPointsAndCells,
bool);
161 const char* GetMaskArrayName()
const;
176 #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
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph *>::edge_descriptor e, vtkGraph *)
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
general representation of visualization data
vtkNew< vtkCompositeDataProbeFilter > Prober