Go to the documentation of this file.
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
bool MarkBlankPointsAndCells
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkNew< vtkCompositeDataProbeFilter > Prober
a simple class to control print indentation
an abstract base class for locators which find cells
subclass of vtkProbeFilter which supports composite datasets in the input.
abstract class to specify dataset behavior
Proxy object to connect input/output ports.
sample point and cell data of a dataset on points from another dataset.
general representation of visualization data
vtkTypeUInt32 vtkMTimeType