|
VTK
9.0.1
|
Classes | |
| class | CellMap |
| struct | TaggedCellId |
Enumerations | |
| enum | Target : vtkTypeUInt64 { Target::Verts = 0x0ull << 62, Target::Lines = 0x1ull << 62, Target::Polys = 0x2ull << 62, Target::Strips = 0x3ull << 62 } |
| enum | TypeVariant : vtkTypeUInt64 { TypeVariant::Dead = 0x0ull << 60, TypeVariant::Var1 = 0x1ull << 60, TypeVariant::Var2 = 0x2ull << 60, TypeVariant::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.
1.8.17