|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   42 #ifndef vtkConvertSelection_h 
   43 #define vtkConvertSelection_h 
   45 #include "vtkFiltersExtractionModule.h"  
   78   vtkSetMacro(InputFieldType, 
int);
 
   79   vtkGetMacro(InputFieldType, 
int);
 
   87   vtkSetMacro(OutputType, 
int);
 
   88   vtkGetMacro(OutputType, 
int);
 
   95   virtual void SetArrayName(
const char*);
 
   96   virtual const char* GetArrayName();
 
  111   void AddArrayName(
const char*);
 
  112   void ClearArrayNames();
 
  120   vtkSetMacro(MatchAnyValues, 
bool);
 
  121   vtkGetMacro(MatchAnyValues, 
bool);
 
  122   vtkBooleanMacro(MatchAnyValues, 
bool);
 
  130   vtkSetMacro(AllowMissingArray, 
bool);
 
  131   vtkGetMacro(AllowMissingArray, 
bool);
 
  132   vtkBooleanMacro(AllowMissingArray, 
bool);
 
  163   static void GetSelectedItems(
 
  183     vtkStringArray* arrayNames = 
nullptr, 
int inputFieldType = -1, 
bool allowMissingArray = 
false);
 
  195   int ConvertFromQueryNodeCompositeDataSet(
 
  
vtkStringArray * ArrayNames
A node in a selection tree. Used to store selection results.
A table, which contains similar-typed columns of data.
VTKACCELERATORSVTKM_EXPORT vtkm::cont::Field Convert(vtkDataArray *input, int association)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
data object that represents a "selection" in VTK.
abstract superclass for composite (multi-block or AMR) datasets
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkExtractSelection * SelectionExtractor
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
dynamic, self-adjusting array of vtkIdType
Proxy object to connect input/output ports.
a vtkAbstractArray subclass for strings
Superclass for algorithms that produce only Selection as output.
Base class for graph data types.
general representation of visualization data
Convert a selection from one type to another.