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