VTK
9.1.0
|
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 80 of file vtkPolyDataInternals.h.
|
strong |
Enumerator | |
---|---|
Dead | |
Var1 | |
Var2 | |
Var3 |
Definition at line 89 of file vtkPolyDataInternals.h.
|
staticconstexprnoexcept |
Definition at line 122 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 74 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 75 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 76 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 77 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 101 of file vtkPolyDataInternals.h.
|
staticconstexpr |
Definition at line 130 of file vtkPolyDataInternals.h.