46 #ifndef vtkSelectionNode_h 47 #define vtkSelectionNode_h 49 #include "vtkCommonDataModelModule.h" 71 virtual void Initialize();
151 virtual void SetContentType(
int type);
152 virtual int GetContentType();
178 virtual void SetFieldType(
int type);
179 virtual int GetFieldType();
187 static int ConvertSelectionFieldToAttributeType(
int val);
188 static int ConvertAttributeTypeToSelectionField(
int val);
195 vtkSetStringMacro(QueryString);
A node in a selection tree.
abstract superclass for all actors, volumes and annotations
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
Abstract superclass for all arrays.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
represent and manipulate attribute data in a dataset
A table, which contains similar-typed columns of data.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...