36#ifndef vtkBlankStructuredGrid_h
37#define vtkBlankStructuredGrid_h
39#include "vtkFiltersGeneralModule.h"
55 vtkGetMacro(MinBlankingValue,
double);
64 vtkGetMacro(MaxBlankingValue,
double);
73 vtkSetStringMacro(ArrayName);
84 vtkGetMacro(ArrayId,
int);
93 vtkGetMacro(Component,
int);
102 double MinBlankingValue;
103 double MaxBlankingValue;
translate point attribute data into a blanking field
static vtkBlankStructuredGrid * New()
~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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.