#include <capd/complex/SimplicesGenerator.h>
|
| template<size_t N, typename CoordinateX , typename CellCode2 > |
| std::array< CoordinateX, N > | convert (std::array< CoordinateX, N >, const CellCode2 &cellCode) const |
| |
| template<size_t N, typename CoordinateX , typename CellCode2 > |
| homAux::SmallVector< CoordinateX, N > | convert (homAux::SmallVector< CoordinateX, N >, const CellCode2 &cellCode) const |
| |
| template<typename CoordinateX , typename CellCode2 > |
| std::vector< CoordinateX > | convert (std::vector< CoordinateX >, const CellCode2 &cellCode) const |
| |
| template<typename CellCode1 , typename CellCode2 > |
| CellCode1 | convert (const CellCode2 &cellCode) const |
| |
| template<typename CellCode > |
| DimType | dim (const CellCode &cellCode) const |
| |
| template<typename Rng > |
| BoundaryInfo | boundaryInfo (const Rng &rng) const |
| |
| template<typename BdCellCode , typename CellCode , typename OutputIt > |
| void | generateBoundary (const CellCode &cell, OutputIt out) const |
| |
template<typename DimUpperBoundT , typename CoordinateT >
template<typename DimUpperBoundT , typename CoordinateT >
template<typename DimUpperBoundT , typename CoordinateT >
template<typename DimUpperBoundT , typename CoordinateT >
template<typename Rng >
template<typename DimUpperBoundT , typename CoordinateT >
template<size_t N, typename CoordinateX , typename CellCode2 >
| std::array<CoordinateX, N> capd::complex::SimplicesGenerator< DimUpperBoundT, CoordinateT >::convert |
( |
std::array< CoordinateX, N > |
, |
|
|
const CellCode2 & |
cellCode |
|
) |
| const |
|
inline |
template<typename DimUpperBoundT , typename CoordinateT >
template<size_t N, typename CoordinateX , typename CellCode2 >
template<typename DimUpperBoundT , typename CoordinateT >
template<typename CoordinateX , typename CellCode2 >
template<typename DimUpperBoundT , typename CoordinateT >
template<typename CellCode1 , typename CellCode2 >
template<typename DimUpperBoundT , typename CoordinateT >
template<typename CellCode >
template<typename DimUpperBoundT , typename CoordinateT >
template<typename BdCellCode , typename CellCode , typename OutputIt >