30 #ifndef vtkResampleWithDataSet_h
31 #define vtkResampleWithDataSet_h
34 #include "vtkFiltersCoreModule.h"
71 void SetCategoricalData(
bool arg);
72 bool GetCategoricalData();
80 void SetPassCellArrays(
bool arg);
81 bool GetPassCellArrays();
90 void SetPassPointArrays(
bool arg);
91 bool GetPassPointArrays();
100 void SetPassFieldArrays(
bool arg);
101 bool GetPassFieldArrays();
111 void SetTolerance(
double arg);
112 double GetTolerance();
121 void SetComputeTolerance(
bool arg);
122 bool GetComputeTolerance();
132 vtkGetMacro(MarkBlankPointsAndCells,
bool);
140 ~vtkResampleWithDataSet() VTK_OVERRIDE;
144 vtkInformationVector *) VTK_OVERRIDE;
145 int RequestInformation(vtkInformation *, vtkInformationVector **,
146 vtkInformationVector *) VTK_OVERRIDE;
147 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
148 vtkInformationVector *) VTK_OVERRIDE;
149 int FillInputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
150 int FillOutputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
155 const
char* GetMaskArrayName() const;
163 bool MarkBlankPointsAndCells;
166 vtkResampleWithDataSet(const vtkResampleWithDataSet&) VTK_DELETE_FUNCTION;
167 void operator=(const vtkResampleWithDataSet&) VTK_DELETE_FUNCTION;
170 #endif // vtkResampleWithDataSet_h
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.
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 *)
Allocate and hold a VTK object.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data