19 #ifndef viskores_filter_entity_extraction_ThresholdPoints_h
20 #define viskores_filter_entity_extraction_ThresholdPoints_h
29 namespace entity_extraction
62 constexpr
static int THRESHOLD_BELOW = 0;
63 constexpr
static int THRESHOLD_ABOVE = 1;
64 constexpr
static int THRESHOLD_BETWEEN = 2;
66 double LowerValue = 0;
67 double UpperValue = 0;
68 int ThresholdType = THRESHOLD_BETWEEN;
70 bool CompactPoints =
false;
76 #endif // viskores_filter_entity_extraction_ThresholdPoints_h