41 #ifndef vtkConvertSelection_h
42 #define vtkConvertSelection_h
72 vtkSetMacro(InputFieldType,
int);
73 vtkGetMacro(InputFieldType,
int);
79 vtkSetMacro(OutputType,
int);
80 vtkGetMacro(OutputType,
int);
85 virtual void SetArrayName(
const char*);
86 virtual const char* GetArrayName();
97 void AddArrayName(
const char*);
98 void ClearArrayNames();
104 vtkSetMacro(MatchAnyValues,
bool);
105 vtkGetMacro(MatchAnyValues,
bool);
106 vtkBooleanMacro(MatchAnyValues,
bool);
131 const char* arrayName);
142 static void GetSelectedItems(
152 static void GetSelectedVertices(
156 static void GetSelectedEdges(
160 static void GetSelectedPoints(
164 static void GetSelectedCells(
168 static void GetSelectedRows(
182 int inputFieldType = -1);
199 int ConvertCompositeDataSet(
204 int ConvertToIndexSelection(
209 int SelectTableFromTable(
214 int ConvertToBlockSelection(
A node in a selection tree. Used to store selection results.
virtual int FillInputPortInformation(int port, vtkInformation *info)
abstract class to specify dataset behavior
vtkExtractSelection * SelectionExtractor
a vtkAbstractArray subclass for strings
A node in a selection tree. Used to store selection results.
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.
vtkStringArray * ArrayNames
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Convert a selection from one type to another.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)