|
TTK
|
Go to the source code of this file.
Typedefs | |
| using | edgeType = std::array< SimplexId, 2 > |
Functions | |
| template<std::size_t n> | |
| std::array< edgeType, n > | getLocalEdges (const CellArray &ttkNotUsed(cellArray), const SimplexId ttkNotUsed(cid)) |
| template<> | |
| std::array< edgeType, 1 > | getLocalEdges (const CellArray &cellArray, const SimplexId cid) |
| template<> | |
| std::array< edgeType, 3 > | getLocalEdges (const CellArray &cellArray, const SimplexId cid) |
| template<> | |
| std::array< edgeType, 4 > | getLocalEdges (const CellArray &cellArray, const SimplexId cid) |
| template<> | |
| std::array< edgeType, 6 > | getLocalEdges (const CellArray &cellArray, const SimplexId cid) |
Definition at line 128 of file OneSkeleton.cpp.
| std::array< edgeType, 1 > getLocalEdges | ( | const CellArray & | cellArray, |
| const SimplexId | cid | ||
| ) |
Definition at line 137 of file OneSkeleton.cpp.
| std::array< edgeType, 3 > getLocalEdges | ( | const CellArray & | cellArray, |
| const SimplexId | cid | ||
| ) |
Definition at line 146 of file OneSkeleton.cpp.
| std::array< edgeType, 4 > getLocalEdges | ( | const CellArray & | cellArray, |
| const SimplexId | cid | ||
| ) |
Definition at line 162 of file OneSkeleton.cpp.
| std::array< edgeType, 6 > getLocalEdges | ( | const CellArray & | cellArray, |
| const SimplexId | cid | ||
| ) |
Definition at line 178 of file OneSkeleton.cpp.
| std::array< edgeType, n > getLocalEdges | ( | const CellArray & | ttkNotUsedcellArray, |
| const SimplexId | ttkNotUsedcid | ||
| ) |
Definition at line 131 of file OneSkeleton.cpp.