24#ifndef vtkBlankStructuredGrid_h
25#define vtkBlankStructuredGrid_h
27#include "vtkFiltersGeneralModule.h"
30VTK_ABI_NAMESPACE_BEGIN
43 vtkSetMacro(MinBlankingValue,
double);
44 vtkGetMacro(MinBlankingValue,
double);
52 vtkSetMacro(MaxBlankingValue,
double);
53 vtkGetMacro(MaxBlankingValue,
double);
62 vtkSetStringMacro(ArrayName);
63 vtkGetStringMacro(ArrayName);
72 vtkSetMacro(ArrayId,
int);
73 vtkGetMacro(ArrayId,
int);
82 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.