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(
A node in a selection tree.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractSelection * SelectionExtractor
a vtkAbstractArray subclass for strings
A node in a selection tree.
dynamic, self-adjusting array of vtkIdType
Proxy object to connect input/output ports.
Base class for graph data types.
abstract superclass for composite (multi-block or AMR) datasets
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkStringArray * ArrayNames
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Convert a selection from one type to another.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data