28 #ifndef __vtkSelectionSource_h
29 #define __vtkSelectionSource_h
31 #include "vtkFiltersSourcesModule.h"
35 class vtkSelectionSourceInternals;
50 void AddStringID(
vtkIdType piece,
const char*
id);
54 void AddLocation(
double x,
double y,
double z);
57 void AddThreshold(
double min,
double max);
68 void RemoveAllStringIDs();
72 void RemoveAllThresholds();
75 void RemoveAllLocations();
78 void RemoveAllBlocks();
83 vtkSetMacro(ContentType,
int);
84 vtkGetMacro(ContentType,
int);
90 vtkSetMacro(FieldType,
int);
91 vtkGetMacro(FieldType,
int);
97 vtkSetMacro(ContainingCells,
int);
98 vtkGetMacro(ContainingCells,
int);
104 vtkSetMacro(Inverse,
int);
105 vtkGetMacro(Inverse,
int);
110 vtkSetStringMacro(ArrayName);
117 vtkSetMacro(ArrayComponent,
int);
118 vtkGetMacro(ArrayComponent,
int);
124 vtkSetMacro(CompositeIndex,
int);
125 vtkGetMacro(CompositeIndex,
int);
132 vtkSetMacro(HierarchicalLevel,
int);
133 vtkGetMacro(HierarchicalLevel,
int);
134 vtkSetMacro(HierarchicalIndex,
int);
135 vtkGetMacro(HierarchicalIndex,
int);
140 vtkSetStringMacro(QueryString);