 |
VTK
9.0.1
|
Go to the documentation of this file.
22 #ifndef vtkBlockSelector_h
23 #define vtkBlockSelector_h
49 vtkInternals* Internals;
SelectionMode GetBlockSelection(unsigned int compositeIndex) override
Returns whether the block is to be processed.
A node in a selection tree.
SelectionMode GetAMRBlockSelection(unsigned int level, unsigned int index) override
Returns whether the AMR block is to be processed.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of signed char
Selects cells or points contained in a block as defined in the vtkSelectionNode used to initialize th...
static vtkBlockSelector * New()
a simple class to control print indentation
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 ...
~vtkBlockSelector() override
general representation of visualization data