34 #ifndef __vtkBlankStructuredGridWithImage_h
35 #define __vtkBlankStructuredGridWithImage_h
37 #include "vtkFiltersGeneralModule.h"
38 #include "vtkStructuredGridAlgorithm.h"
47 void PrintSelf(ostream& os, vtkIndent indent);
51 void SetBlankingInputData(vtkImageData *input);
52 vtkImageData *GetBlankingInput();
59 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
60 virtual int FillInputPortInformation(
int port, vtkInformation *info);
blank a structured grid with an image