21 #ifndef vtkResampleWithDataSet_h
22 #define vtkResampleWithDataSet_h
24 #include "vtkFiltersCoreModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
63 void SetCategoricalData(
bool arg);
64 bool GetCategoricalData();
72 void SetPassCellArrays(
bool arg);
73 bool GetPassCellArrays();
74 vtkBooleanMacro(PassCellArrays,
bool);
82 void SetPassPointArrays(
bool arg);
83 bool GetPassPointArrays();
84 vtkBooleanMacro(PassPointArrays,
bool);
92 void SetPassFieldArrays(
bool arg);
93 bool GetPassFieldArrays();
94 vtkBooleanMacro(PassFieldArrays,
bool);
110 void SetPassPartialArrays(
bool arg);
111 bool GetPassPartialArrays();
112 vtkBooleanMacro(PassPartialArrays,
bool);
121 void SetTolerance(
double arg);
122 double GetTolerance();
131 void SetComputeTolerance(
bool arg);
132 bool GetComputeTolerance();
133 vtkBooleanMacro(ComputeTolerance,
bool);
141 vtkSetMacro(MarkBlankPointsAndCells,
bool);
142 vtkGetMacro(MarkBlankPointsAndCells,
bool);
143 vtkBooleanMacro(MarkBlankPointsAndCells,
bool);
155 void SetSnapToCellWithClosestPoint(
bool arg);
156 bool GetSnapToCellWithClosestPoint();
157 vtkBooleanMacro(SnapToCellWithClosestPoint,
bool);
185 const char* GetMaskArrayName()
const;
200 VTK_ABI_NAMESPACE_END
201 #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