52 #ifndef vtkSelectionNode_h 
   53 #define vtkSelectionNode_h 
   55 #include "vtkCommonDataModelModule.h"  
   77   virtual void Initialize();
 
  157   virtual void SetContentType(
int type);
 
  158   virtual int GetContentType();
 
  184   virtual void SetFieldType(
int type);
 
  185   virtual int GetFieldType();
 
  193   static int ConvertSelectionFieldToAttributeType(
int val);
 
  194   static int ConvertAttributeTypeToSelectionField(
int val);
 
  201   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. 
Abstract superclass for all arrays. 
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
vtkTypeUInt64 vtkMTimeType
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...