3int ttk::BarycentricSubdivision::buildOutputTriangulation(
12#ifdef TTK_CELL_ARRAY_NEW
std::vector< float > points_
std::vector< LongSimplexId > cells_connectivity_
std::vector< LongSimplexId > cells_offsets_
static void TranslateToFlatLayout(std::vector< LongSimplexId > &connectivity, std::vector< LongSimplexId > &offset, LongSimplexId *&singleArray)
ExplicitTriangulation is a class that provides time efficient traversal methods on triangulations of ...
int setInputCells(const SimplexId &cellNumber, const LongSimplexId *cellArray)
int setInputPoints(const SimplexId &pointNumber, const void *pointSet, const bool &doublePrecision=false)
long long int LongSimplexId
Identifier type for simplices of any dimension.