29#ifndef vtkSelectionSource_h
30#define vtkSelectionSource_h
32#include "vtkFiltersSourcesModule.h"
35class vtkSelectionSourceInternals;
104 vtkGetMacro(ContentType,
int);
114 vtkGetMacro(FieldType,
int);
123 vtkGetMacro(ContainingCells,
int);
132 vtkGetMacro(Inverse,
int);
139 vtkSetStringMacro(ArrayName);
149 vtkGetMacro(ArrayComponent,
int);
157 vtkGetMacro(CompositeIndex,
int);
166 vtkGetMacro(HierarchicalLevel,
int);
168 vtkGetMacro(HierarchicalIndex,
int);
175 vtkSetStringMacro(QueryString);
190 vtkSelectionSourceInternals* Internal;
195 int PreserveTopology;
198 int HierarchicalLevel;
199 int HierarchicalIndex;
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
Generate selection from given set of ids vtkSelectionSource generates a vtkSelection from a set of (p...
void RemoveAllThresholds()
Remove all thresholds added with AddThreshold.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void AddBlock(vtkIdType blockno)
Add the flat-index/composite index for a block.
void AddStringID(vtkIdType piece, const char *id)
void SetFrustum(double *vertices)
Set a frustum to choose within.
static vtkSelectionSource * New()
void AddLocation(double x, double y, double z)
Add a point in world space to probe at.
void RemoveAllStringIDs()
void RemoveAllLocations()
Remove all locations added with AddLocation.
void RemoveAllIDs()
Removes all IDs.
~vtkSelectionSource() override
void RemoveAllBlocks()
Remove all blocks added with AddBlock.
void AddID(vtkIdType piece, vtkIdType id)
Add a (piece, id) to the selection set.
void AddThreshold(double min, double max)
Add a value range to threshold within.
std::pair< boost::graph_traits< vtkGraph * >::vertex_iterator, boost::graph_traits< vtkGraph * >::vertex_iterator > vertices(vtkGraph *g)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.