11 #ifndef vtk_m_filter_entity_extraction_GhostCellRemove_h
12 #define vtk_m_filter_entity_extraction_GhostCellRemove_h
23 namespace entity_extraction
69 VTKM_CONT void RemoveGhostField() { this->SetRemoveGhostField(
true); }
71 VTKM_CONT void RemoveAllGhost() { this->SetTypesToRemoveToAll(); }
76 VTKM_CONT bool GetRemoveAllGhost()
const {
return this->AreAllTypesRemoved(); }
89 VTKM_CONT bool GetRemoveByType()
const {
return !this->AreAllTypesRemoved(); }
97 bool UseGhostCellsAsField =
true;
98 bool RemoveField =
false;
106 #endif // vtk_m_filter_entity_extraction_GhostCellRemove_h