Set and Get methods for UseGhostCellsAsField

This commit is contained in:
Tushar Athawale 2022-08-08 15:43:17 -04:00
parent fc44a61001
commit 63e7b2336a

@ -44,6 +44,11 @@ public:
VTKM_CONT
bool GetRemoveAllGhost() const { return this->RemoveAll; }
VTKM_CONT
bool GetUseGhostCellsAsField() const { return this->UseGhostCellsAsField; }
VTKM_CONT
void SetUseGhostCellsAsField() { this->UseGhostCellsAsField = true; }
VTKM_CONT
bool GetRemoveByType() const { return !this->RemoveAll; }
VTKM_CONT