11 #ifndef vtk_m_filter_entity_extraction_ThresholdPoints_h
12 #define vtk_m_filter_entity_extraction_ThresholdPoints_h
15 #include <vtkm/filter/entity_extraction/vtkm_filter_entity_extraction_export.h>
21 namespace entity_extraction
54 constexpr
static int THRESHOLD_BELOW = 0;
55 constexpr
static int THRESHOLD_ABOVE = 1;
56 constexpr
static int THRESHOLD_BETWEEN = 2;
58 double LowerValue = 0;
59 double UpperValue = 0;
60 int ThresholdType = THRESHOLD_BETWEEN;
62 bool CompactPoints =
false;
68 #endif // vtk_m_filter_entity_extraction_ThresholdPoints_h