Go to the documentation of this file.
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
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