11 #ifndef vtk_m_filter_entity_extraction_Threshold_h
12 #define vtk_m_filter_entity_extraction_Threshold_h
15 #include <vtkm/filter/entity_extraction/vtkm_filter_entity_extraction_export.h>
21 namespace entity_extraction
60 this->ComponentMode = Component::Selected;
61 this->SelectedComponent = component;
81 void SetInvert(
bool value) { this->Invert = value; }
89 double LowerValue = 0;
90 double UpperValue = 0;
102 bool AllInRange =
false;
109 #endif // vtk_m_filter_entity_extraction_Threshold_h