 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #include "vtkFiltersExtractionModule.h"
163 SelectionMode inheritedSelectionMode,
unsigned int compositeIndex = 0);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual SelectionMode GetAMRBlockSelection(unsigned int level, unsigned int index)
Returns whether the AMR block is to be processed.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
A node in a selection tree.
virtual void Execute(vtkDataObject *input, vtkDataObject *output)
Given an input and the vtkSelectionNode passed into the Initialize() method, add to the output a vtkS...
A table, which contains similar-typed columns of data.
virtual bool ComputeSelectedElements(vtkDataObject *input, vtkSignedCharArray *insidednessArray)=0
This method computes whether or not each element in the dataset is inside the selection and populates...
Hold a reference to a vtkObjectBase instance.
abstract base class for most VTK objects
dynamic, self-adjusting array of signed char
std::string InsidednessArrayName
abstract superclass for composite (multi-block or AMR) datasets
virtual SelectionMode GetBlockSelection(unsigned int compositeIndex)
Returns whether the block is to be processed.
vtkSmartPointer< vtkSignedCharArray > ComputeCellsContainingSelectedPoints(vtkDataObject *data, vtkSignedCharArray *selectedPoints)
Given a data object and selected points, return an array indicating the insidedness of cells that con...
a simple class to control print indentation
virtual void Initialize(vtkSelectionNode *node)
Sets the vtkSelectionNode used by this selection operator and initializes the data structures in the ...
void ExpandToConnectedElements(vtkDataObject *output)
Handle expanding to connected cells or point, if requested.
virtual ~vtkSelector() override
virtual void Finalize()
Does any cleanup of objects created in Initialize.
vtkSmartPointer< vtkSignedCharArray > CreateInsidednessArray(vtkIdType numElems)
Creates an array suitable for storing insideness.
general representation of visualization data