|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   30 #ifndef vtkResampleWithDataSet_h 
   31 #define vtkResampleWithDataSet_h 
   33 #include "vtkFiltersCoreModule.h"  
   71   void SetCategoricalData(
bool arg);
 
   72   bool GetCategoricalData();
 
   80   void SetPassCellArrays(
bool arg);
 
   81   bool GetPassCellArrays();
 
   82   vtkBooleanMacro(PassCellArrays, 
bool);
 
   90   void SetPassPointArrays(
bool arg);
 
   91   bool GetPassPointArrays();
 
   92   vtkBooleanMacro(PassPointArrays, 
bool);
 
  100   void SetPassFieldArrays(
bool arg);
 
  101   bool GetPassFieldArrays();
 
  102   vtkBooleanMacro(PassFieldArrays, 
bool);
 
  111   void SetTolerance(
double arg);
 
  112   double GetTolerance();
 
  121   void SetComputeTolerance(
bool arg);
 
  122   bool GetComputeTolerance();
 
  123   vtkBooleanMacro(ComputeTolerance, 
bool);
 
  131   vtkSetMacro(MarkBlankPointsAndCells, 
bool);
 
  132   vtkGetMacro(MarkBlankPointsAndCells, 
bool);
 
  133   vtkBooleanMacro(MarkBlankPointsAndCells, 
bool);
 
  161   const char* GetMaskArrayName() 
const;
 
  176 #endif // vtkResampleWithDataSet_h 
  
bool MarkBlankPointsAndCells
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.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
sample point and cell data of a dataset on points from another dataset.
general representation of visualization data
vtkTypeUInt32 vtkMTimeType