#include <vtkMarchingCellsClipCases.h>
|
| static VTK_ALWAYS_INLINE constexpr bool | IsCellKept (vtkIdType numberOfPoints, uint8_t caseIndex) |
| | Given the number of points and a case index, return if the cell is kept.
|
| |
| static VTK_ALWAYS_INLINE constexpr bool | IsCellDiscarded (vtkIdType numberOfPoints, uint8_t caseIndex) |
| | Given the number of points and a case index, return if the cell is discarded.
|
| |
| static VTK_ALWAYS_INLINE uint8_t * | GetCellCase (int cellType, uint8_t caseIndex) |
| | Given a cell type and a case index, return the case in the form of number of output cells,.
|
| |
| static VTK_ALWAYS_INLINE constexpr bool | IsCellTypeSupported (int cellType) |
| | Given a cell type return if it's supported by this class.
|
| |
| static VTK_ALWAYS_INLINE constexpr EDGEIDXS * | GetCellEdges (int cellType) |
| | Given a cell type, return the edges of the cell.
|
| |
|
| static constexpr uint8_t | DISCARDED_CELL_CASE = 0 |
| |
| static constexpr uint8_t | P0 = 0 |
| |
| static constexpr uint8_t | P1 = 1 |
| |
| static constexpr uint8_t | P2 = 2 |
| |
| static constexpr uint8_t | P3 = 3 |
| |
| static constexpr uint8_t | P4 = 4 |
| |
| static constexpr uint8_t | P5 = 5 |
| |
| static constexpr uint8_t | P6 = 6 |
| |
| static constexpr uint8_t | P7 = 7 |
| |
| static constexpr uint8_t | EA = 8 |
| |
| static constexpr uint8_t | EB = 9 |
| |
| static constexpr uint8_t | EC = 10 |
| |
| static constexpr uint8_t | ED = 11 |
| |
| static constexpr uint8_t | EE = 12 |
| |
| static constexpr uint8_t | EF = 13 |
| |
| static constexpr uint8_t | EG = 14 |
| |
| static constexpr uint8_t | EH = 15 |
| |
| static constexpr uint8_t | EI = 16 |
| |
| static constexpr uint8_t | EJ = 17 |
| |
| static constexpr uint8_t | EK = 18 |
| |
| static constexpr uint8_t | EL = 19 |
| |
| static constexpr uint8_t | N0 = 20 |
| |
◆ IsCellKept()
◆ IsCellDiscarded()
◆ GetCellCase()
Given a cell type and a case index, return the case in the form of number of output cells,.
- shape type, number of points, and point ids p0, p1, p2, ...
- shape type, number of points, and point ids p0, p1, p2, ... ...
Definition at line 4816 of file vtkMarchingCellsClipCases.h.
◆ DISCARDED_CELL_CASE
The documentation for this class was generated from the following file: