33 #ifndef vtkResampleWithDataSet_h 34 #define vtkResampleWithDataSet_h 37 #include "vtkFiltersCoreModule.h" 74 void SetCategoricalData(
bool arg);
75 bool GetCategoricalData();
83 void SetPassCellArrays(
bool arg);
84 bool GetPassCellArrays();
93 void SetPassPointArrays(
bool arg);
94 bool GetPassPointArrays();
103 void SetPassFieldArrays(
bool arg);
104 bool GetPassFieldArrays();
114 void SetTolerance(
double arg);
115 double GetTolerance();
124 void SetComputeTolerance(
bool arg);
125 bool GetComputeTolerance();
135 vtkGetMacro(MarkBlankPointsAndCells,
bool);
158 const char* GetMaskArrayName()
const;
173 #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.
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
vtkNew< vtkCompositeDataProbeFilter > Prober