52 #ifndef vtkSelectionNode_h 53 #define vtkSelectionNode_h 55 #include "vtkCommonDataModelModule.h" 77 virtual void Initialize();
153 virtual void SetContentType(
int type);
154 virtual int GetContentType();
181 virtual void SetFieldType(
int type);
182 virtual int GetFieldType();
190 static int ConvertSelectionFieldToAttributeType(
int val);
191 static int ConvertAttributeTypeToSelectionField(
int val);
198 vtkSetStringMacro(QueryString);
199 vtkGetStringMacro(QueryString);
A node in a selection tree.
abstract superclass for all actors, volumes and annotations
Select entities near the supplied world coordinates.
vtkInformation * Properties
abstract base class for most VTK objects
The selection data provided is cell-data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
The selection data provided is point-data.
Abstract superclass for all arrays.
The selection data provided is graph vertex-data.
SelectionContent
Indicate the means by which data is selected.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
The selection data provided is graph edge-data.
Select entities with a text query.
SelectionField
Indicate the types of entities to which the selection-data applies.
represent and manipulate attribute data in a dataset
Select blocks within a composite dataset by their flat index.
A table, which contains similar-typed columns of data.
Select entities that take on specific array values.
vtkDataSetAttributes * SelectionData
Select entities by their offsets into the dataset.
Select entities called out by their globally-unique IDs.
Select entities whose array values fall within a given threshold.
Select entities that have some identifiable pedigree.
Select entities contained within a viewing frustum.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
The selection data provided is field-data.