VTK-m
2.0
|
Bit flags used in ghost arrays to identify what type a cell is. More...
#include <CellClassification.h>
Public Types | |
enum | : vtkm::UInt8 { Normal = 0, Ghost = 1 << 0, Invalid = 1 << 1, Unused0 = 1 << 2, Blanked = 1 << 3, Unused3 = 1 << 4, Unused4 = 1 << 5, Unused5 = 1 << 6 } |
Public Member Functions | |
constexpr VTKM_EXEC | CellClassification (vtkm::UInt8 flags=vtkm::UInt8{ Normal }) |
constexpr VTKM_EXEC | operator vtkm::UInt8 () const |
Private Attributes | |
vtkm::UInt8 | Flags |
Bit flags used in ghost arrays to identify what type a cell is.
CellClassification
contains several bit flags that determine whether a cell is normal or if it should be treated as duplicated or removed in some way. The flags can be (and should be) treated as vtkm::UInt8
and or-ed together.
anonymous enum : vtkm::UInt8 |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |