23 #ifndef vtkPResampleFilter_h 
   24 #define vtkPResampleFilter_h 
   48   vtkSetMacro(UseInputBounds, 
int);
 
   49   vtkGetMacro(UseInputBounds, 
int);
 
   50   vtkBooleanMacro(UseInputBounds, 
int);
 
   56   vtkSetVector6Macro(CustomSamplingBounds, 
double);
 
   57   vtkGetVector6Macro(CustomSamplingBounds, 
double);
 
   63   vtkSetVector3Macro(SamplingDimension, 
int);
 
   64   vtkGetVector3Macro(SamplingDimension, 
int);
 
   82   double CustomSamplingBounds[6];
 
   83   int SamplingDimension[3];
 
abstract class to specify dataset behavior 
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMultiProcessController * Controller
#define VTKFILTERSPARALLEL_EXPORT
a simple class to control print indentation 
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
probe dataset in parallel using a vtkImageData 
virtual int FillInputPortInformation(int port, vtkInformation *info)
Generic algorithm superclass for image algs. 
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Multiprocessing communication superclass.