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.
subclass of vtkProbeFilter which supports composite datasets in the input.
general representation of visualization data
topologically and geometrically regular array of data
a simple class to control print indentation
Allocate and hold a VTK object.
sample dataset on a uniform grid
~vtkResampleToImage() override
vtkImageData * GetOutput()
Get the output data for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkResampleToImage * New()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.