30 #ifndef vtkResampleWithDataSet_h 31 #define vtkResampleWithDataSet_h 34 #include "vtkFiltersCoreModule.h" 72 void SetCategoricalData(
bool arg);
73 bool GetCategoricalData();
81 void SetPassCellArrays(
bool arg);
82 bool GetPassCellArrays();
83 vtkBooleanMacro(PassCellArrays,
bool);
91 void SetPassPointArrays(
bool arg);
92 bool GetPassPointArrays();
93 vtkBooleanMacro(PassPointArrays,
bool);
101 void SetPassFieldArrays(
bool arg);
102 bool GetPassFieldArrays();
103 vtkBooleanMacro(PassFieldArrays,
bool);
112 void SetTolerance(
double arg);
113 double GetTolerance();
122 void SetComputeTolerance(
bool arg);
123 bool GetComputeTolerance();
124 vtkBooleanMacro(ComputeTolerance,
bool);
132 vtkSetMacro(MarkBlankPointsAndCells,
bool);
133 vtkGetMacro(MarkBlankPointsAndCells,
bool);
134 vtkBooleanMacro(MarkBlankPointsAndCells,
bool);
165 const char* GetMaskArrayName()
const;
180 #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