 |
VTK
9.0.1
|
Go to the documentation of this file.
40 #ifndef vtkValueSelector_h
41 #define vtkValueSelector_h
68 std::unique_ptr<vtkInternals> Internals;
A node in a selection tree.
~vtkValueSelector() override
void Initialize(vtkSelectionNode *node) override
Sets the vtkSelectionNode used by this selection operator and initializes the data structures in the ...
selects elements matching chosen values.
void Finalize() override
Does any cleanup of objects created in Initialize.
dynamic, self-adjusting array of signed char
bool ComputeSelectedElements(vtkDataObject *input, vtkSignedCharArray *insidednessArray) override
This method computes whether or not each element in the dataset is inside the selection and populates...
a simple class to control print indentation
static vtkValueSelector * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data