26#ifndef vtkBlockSelector_h
27#define vtkBlockSelector_h
60 vtkInternals* Internals;
~vtkBlockSelector() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool ComputeSelectedElements(vtkDataObject *input, vtkSignedCharArray *insidednessArray) override
This method computes whether or not each element in the dataset is inside the selection and populates...
void Initialize(vtkSelectionNode *node) override
Sets the vtkSelectionNode used by this selection operator and initializes the data structures in the ...
void Execute(vtkDataObject *input, vtkDataObject *output) override
Overridden to handle BLOCK_SELECTORS.
SelectionMode GetBlockSelection(unsigned int compositeIndex) override
Returns whether the block is to be processed.
static vtkBlockSelector * New()
SelectionMode GetAMRBlockSelection(unsigned int level, unsigned int index) override
Returns whether the AMR block is to be processed.
general representation of visualization data
a simple class to control print indentation
a node in a vtkSelection the defines the selection criteria.
dynamic, self-adjusting array of signed char