36#ifndef vtkBlankStructuredGrid_h
37#define vtkBlankStructuredGrid_h
39#include "vtkFiltersGeneralModule.h"
54 vtkSetMacro(MinBlankingValue,
double);
55 vtkGetMacro(MinBlankingValue,
double);
63 vtkSetMacro(MaxBlankingValue,
double);
64 vtkGetMacro(MaxBlankingValue,
double);
73 vtkSetStringMacro(ArrayName);
74 vtkGetStringMacro(ArrayName);
83 vtkSetMacro(ArrayId,
int);
84 vtkGetMacro(ArrayId,
int);
93 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.