Go to the documentation of this file.
39 #ifndef vtkConvertSelection_h
40 #define vtkConvertSelection_h
42 #include "vtkFiltersExtractionModule.h"
76 vtkGetMacro(InputFieldType,
int);
85 vtkGetMacro(OutputType,
int);
92 virtual void SetArrayName(
const char*);
93 virtual const char* GetArrayName();
108 void AddArrayName(
const char*);
109 void ClearArrayNames();
118 vtkGetMacro(MatchAnyValues,
bool);
149 const char* arrayName);
160 static void GetSelectedItems(
171 static void GetSelectedVertices(
175 static void GetSelectedEdges(
179 static void GetSelectedPoints(
183 static void GetSelectedCells(
187 static void GetSelectedRows(
202 int inputFieldType = -1);
218 int ConvertCompositeDataSet(
223 int ConvertToIndexSelection(
228 int SelectTableFromTable(
233 int ConvertToBlockSelection(
vtkStringArray * ArrayNames
A node in a selection tree. Used to store selection results.
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
A node in a selection tree. Used to store selection results.
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
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
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.