33#ifndef vtkBlankStructuredGrid_h
34#define vtkBlankStructuredGrid_h
36#include "vtkFiltersGeneralModule.h"
51 vtkSetMacro(MinBlankingValue,
double);
52 vtkGetMacro(MinBlankingValue,
double);
60 vtkSetMacro(MaxBlankingValue,
double);
61 vtkGetMacro(MaxBlankingValue,
double);
70 vtkSetStringMacro(ArrayName);
71 vtkGetStringMacro(ArrayName);
80 vtkSetMacro(ArrayId,
int);
81 vtkGetMacro(ArrayId,
int);
90 vtkGetMacro(Component,
int);
translate point attribute data into a blanking field
static vtkBlankStructuredGrid * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkBlankStructuredGrid() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.