Go to the documentation of this file.
10 #ifndef vtk_m_CellClassification_h
11 #define vtk_m_CellClassification_h
85 #endif // vtk_m_CellClassification_h
@ Invalid
Flag used for an invalid cell.
Definition: CellClassification.h:41
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
@ Blanked
Flag used for a cell that should not be considered part of the data.
Definition: CellClassification.h:43
Bit flags used in ghost arrays to identify what type a cell is.
Definition: CellClassification.h:24
vtkm::UInt8 Flags
Definition: CellClassification.h:30
@ Unused4
Definition: CellClassification.h:45
@ Unused3
Definition: CellClassification.h:44
@ Normal
Value used for a normal cell.
Definition: CellClassification.h:39
uint8_t UInt8
Base type to use for 8-bit unsigned integer numbers.
Definition: Types.h:169
@ Ghost
Flag used for a ghost cell.
Definition: CellClassification.h:40
@ Unused0
Definition: CellClassification.h:42
@ Unused5
Definition: CellClassification.h:46
constexpr CellClassification(vtkm::UInt8 flags=vtkm::UInt8{ Normal })
Definition: CellClassification.h:75