28#ifndef TTK_ENABLE_KAMIKAZE
64#ifndef TTK_ENABLE_KAMIKAZE
66 std::cerr <<
"TTK: access to cell " << cellId <<
" on "
80#ifndef TTK_ENABLE_KAMIKAZE
82 if(localVertId >= locNbVert) {
83 std::cerr <<
"TTK: access to local vert " << localVertId <<
" on "
84 << locNbVert << std::endl;
LongSimplexId getCellVertex(const LongSimplexId cellId, const SimplexId localVertId) const
const LongSimplexId * connectivity_
LongSimplexId getNbCells() const
Get the number of cells in the array.
const LongSimplexId * offset_
const LongSimplexId nbCells_
SimplexId getCellVertexNumber(const LongSimplexId cellId) const
CellArray(const LongSimplexId *connectivity, const LongSimplexId *offset, const LongSimplexId nbCells)
void setOwnership(const bool o)
Deal with data ownership.
long long int LongSimplexId
Identifier type for simplices of any dimension.
int SimplexId
Identifier type for simplices of any dimension.