Go to the documentation of this file.
28 #ifndef vtkResampleToImage_h
29 #define vtkResampleToImage_h
32 #include "vtkFiltersCoreModule.h"
54 vtkGetMacro(UseInputBounds,
bool);
63 vtkSetVector6Macro(SamplingBounds,
double);
64 vtkGetVector6Macro(SamplingBounds,
double);
71 vtkSetVector3Macro(SamplingDimensions,
int);
72 vtkGetVector3Macro(SamplingDimensions,
int);
99 const
char* GetMaskArrayName() const;
105 void PerformResampling(
vtkDataObject *input, const
double samplingBounds[6],
106 bool computeProbingExtent, const
double inputBounds[6],
122 double SamplingBounds[6];
123 int SamplingDimensions[3];
Superclass for all sources, filters, and sinks in VTK.
topologically and geometrically regular array of data
a simple class to control print indentation
Allocate and hold a VTK object.
subclass of vtkProbeFilter which supports composite datasets in the input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
sample dataset on a uniform grid