23 #ifndef vtkSelectionSource_h 24 #define vtkSelectionSource_h 26 #include "vtkFiltersSourcesModule.h" 29 class vtkSelectionSourceInternals;
45 void AddStringID(
vtkIdType piece,
const char*
id);
51 void AddLocation(
double x,
double y,
double z);
56 void AddThreshold(
double min,
double max);
73 void RemoveAllStringIDs();
79 void RemoveAllThresholds();
84 void RemoveAllLocations();
89 void RemoveAllBlocks();
98 vtkGetMacro(ContentType,
int);
108 vtkGetMacro(FieldType,
int);
117 vtkGetMacro(ContainingCells,
int);
126 vtkGetMacro(Inverse,
int);
133 vtkSetStringMacro(ArrayName);
143 vtkGetMacro(ArrayComponent,
int);
151 vtkGetMacro(CompositeIndex,
int);
160 vtkGetMacro(HierarchicalLevel,
int);
162 vtkGetMacro(HierarchicalIndex,
int);
169 vtkSetStringMacro(QueryString);
184 vtkSelectionSourceInternals* Internal;
189 int PreserveTopology;
192 int HierarchicalLevel;
193 int HierarchicalIndex;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
Generate selection from given set of ids vtkSelectionSource generates a vtkSelection from a set of (p...
std::pair< boost::graph_traits< vtkGraph *>::vertex_iterator, boost::graph_traits< vtkGraph *>::vertex_iterator > vertices(vtkGraph *g)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass for algorithms that produce only Selection as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.