51 #ifndef __vtkSelectionNode_h
52 #define __vtkSelectionNode_h
54 #include "vtkCommonDataModelModule.h"
59 class vtkDataSetAttributes;
76 virtual void Initialize();
86 virtual void SetSelectionData(vtkDataSetAttributes* data);
87 vtkGetObjectMacro(SelectionData, vtkDataSetAttributes);
142 virtual void SetContentType(
int type);
143 virtual int GetContentType();
168 virtual void SetFieldType(
int type);
169 virtual int GetFieldType();
174 vtkSetStringMacro(QueryString);
175 vtkGetStringMacro(QueryString);
A node in a selection tree. Used to store selection results.
vtkInformation * Properties
abstract base class for most VTK objects
Abstract superclass for all arrays.
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual unsigned long GetMTime()
a simple class to control print indentation
A table, which contains similar-typed columns of data.
vtkDataSetAttributes * SelectionData