TTK
Loading...
Searching...
No Matches
Typedefs | Functions
OneSkeleton.cpp File Reference
#include <OneSkeleton.h>
#include <boost/container/small_vector.hpp>

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)
 

Typedef Documentation

◆ edgeType

using edgeType = std::array<SimplexId, 2>

Definition at line 128 of file OneSkeleton.cpp.

Function Documentation

◆ getLocalEdges() [1/5]

template<>
std::array< edgeType, 1 > getLocalEdges ( const CellArray cellArray,
const SimplexId  cid 
)

Definition at line 137 of file OneSkeleton.cpp.

◆ getLocalEdges() [2/5]

template<>
std::array< edgeType, 3 > getLocalEdges ( const CellArray cellArray,
const SimplexId  cid 
)

Definition at line 146 of file OneSkeleton.cpp.

◆ getLocalEdges() [3/5]

template<>
std::array< edgeType, 4 > getLocalEdges ( const CellArray cellArray,
const SimplexId  cid 
)

Definition at line 162 of file OneSkeleton.cpp.

◆ getLocalEdges() [4/5]

template<>
std::array< edgeType, 6 > getLocalEdges ( const CellArray cellArray,
const SimplexId  cid 
)

Definition at line 178 of file OneSkeleton.cpp.

◆ getLocalEdges() [5/5]

template<std::size_t n>
std::array< edgeType, n > getLocalEdges ( const CellArray ttkNotUsedcellArray,
const SimplexId   ttkNotUsedcid 
)

Definition at line 131 of file OneSkeleton.cpp.