VTK
9.4.20241121
|
Classes | |
class | CellMap |
struct | TaggedCellId |
Enumerations | |
enum class | Target : vtkTypeUInt64 { Verts = 0x0ull << 62 , Lines = 0x1ull << 62 , Polys = 0x2ull << 62 , Strips = 0x3ull << 62 } |
enum class | TypeVariant : vtkTypeUInt64 { Dead = 0x0ull << 60 , Var1 = 0x1ull << 60 , Var2 = 0x2ull << 60 , Var3 = 0x3ull << 60 } |
Functions | |
static constexpr unsigned char | GenTargetVar (Target target, TypeVariant var) noexcept |
Variables | |
static constexpr vtkTypeUInt64 | CELLID_MASK = 0x0fffffffffffffffull |
static constexpr vtkTypeUInt64 | SHIFTED_TYPE_INDEX_MASK = 0xf000000000000000ull |
static constexpr vtkTypeUInt64 | TARGET_MASK = 0x3ull << 62 |
static constexpr vtkTypeUInt64 | TYPE_VARIANT_MASK = 0x3ull << 60 |
static constexpr unsigned char | TypeTable [16] |
static constexpr unsigned char | TargetVarTable [10] |
|
strong |
Enumerator | |
---|---|
Verts | |
Lines | |
Polys | |
Strips |
Definition at line 67 of file vtkPolyDataInternals.h.
|
strong |
Enumerator | |
---|---|
Dead | |
Var1 | |
Var2 | |
Var3 |
Definition at line 76 of file vtkPolyDataInternals.h.
|
staticconstexprnoexcept |
Definition at line 109 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 61 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 62 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 63 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 64 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 88 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 117 of file vtkPolyDataInternals.h.