Go to the documentation of this file.
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. Used to store selection results.
vtkInformation * Properties
Select entities near the supplied world coordinates.
represent and manipulate attribute data in a dataset
vtkDataSetAttributes * SelectionData
A table, which contains similar-typed columns of data.
Select entities that have some identifiable pedigree.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
Select entities with a text query.
Select entities contained within a viewing frustum.
SelectionContent
Indicate the means by which data is selected.
Select entities that take on specific array values.
The selection data provided is point-data.
The selection data provided is graph vertex-data.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Select blocks within a composite dataset by their flat index.
Select entities called out by their globally-unique IDs.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
The selection data provided is field-data.
Abstract superclass for all arrays.
abstract superclass for all actors, volumes and annotations
SelectionField
Indicate the types of entities to which the selection-data applies.
Select entities whose array values fall within a given threshold.
The selection data provided is graph edge-data.
Select entities by their offsets into the dataset.
The selection data provided is cell-data.
vtkTypeUInt32 vtkMTimeType