Go to the documentation of this file.
18 #ifndef viskores_CellClassification_h
19 #define viskores_CellClassification_h
93 #endif // viskores_CellClassification_h
@ Unused4
Definition: CellClassification.h:53
constexpr CellClassification(viskores::UInt8 flags=viskores::UInt8{ Normal })
Definition: CellClassification.h:83
Groups connected points that have the same field value.
Definition: Atomic.h:27
Bit flags used in ghost arrays to identify what type a cell is.
Definition: CellClassification.h:32
@ Normal
Value used for a normal cell.
Definition: CellClassification.h:47
@ Invalid
Flag used for an invalid cell.
Definition: CellClassification.h:49
uint8_t UInt8
Base type to use for 8-bit unsigned integer numbers.
Definition: Types.h:177
viskores::UInt8 Flags
Definition: CellClassification.h:38
@ Unused0
Definition: CellClassification.h:50
@ Blanked
Flag used for a cell that should not be considered part of the data.
Definition: CellClassification.h:51
@ Ghost
Flag used for a ghost cell.
Definition: CellClassification.h:48
@ Unused3
Definition: CellClassification.h:52
@ Unused5
Definition: CellClassification.h:54
#define VISKORES_EXEC
Definition: ExportMacros.h:59