11#ifndef vtkLocationSelector_h 
   12#define vtkLocationSelector_h 
   18VTK_ABI_NAMESPACE_BEGIN
 
   40  class vtkInternalsForPoints;
 
   41  class vtkInternalsForCells;
 
   42  std::unique_ptr<vtkInternals> Internals;
 
general representation of visualization data
 
a simple class to control print indentation
 
selects cells containing or points near chosen point locations.
 
~vtkLocationSelector() override
 
void Finalize() override
Does any cleanup of objects created in Initialize.
 
static vtkLocationSelector * New()
 
void Initialize(vtkSelectionNode *node) override
Sets the vtkSelectionNode used by this selection operator and initializes the data structures in the ...
 
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...
 
a node in a vtkSelection the defines the selection criteria.
 
dynamic, self-adjusting array of signed char