41 #ifndef __vtkConvertSelection_h
42 #define __vtkConvertSelection_h
44 #include "vtkFiltersExtractionModule.h"
71 vtkSetMacro(InputFieldType,
int);
72 vtkGetMacro(InputFieldType,
int);
78 vtkSetMacro(OutputType,
int);
79 vtkGetMacro(OutputType,
int);
84 virtual void SetArrayName(
const char*);
85 virtual const char* GetArrayName();
96 void AddArrayName(
const char*);
97 void ClearArrayNames();
103 vtkSetMacro(MatchAnyValues,
bool);
104 vtkGetMacro(MatchAnyValues,
bool);
105 vtkBooleanMacro(MatchAnyValues,
bool);
124 const char* arrayName);
135 static void GetSelectedItems(
145 static void GetSelectedVertices(
149 static void GetSelectedEdges(
153 static void GetSelectedPoints(
157 static void GetSelectedCells(
161 static void GetSelectedRows(
175 int inputFieldType = -1);
192 int ConvertCompositeDataSet(
197 int ConvertToIndexSelection(
202 int SelectTableFromTable(
207 int ConvertToBlockSelection(