35 dbg.printMsg(std::vector<std::vector<std::string>>{
38 {
"Segmentation", std::to_string(
segm)},
57 template <
typename type>
58 void fillVector(std::vector<type> &vect,
const type &elmt) {
59 const std::size_t nbIt = vect.size();
60#ifdef TTK_ENABLE_OPENMP
61#pragma omp parallel for schedule(dynamic)
63 for(std::size_t i = 0; i < nbIt; i++) {
Minimalist debugging class.
void setDebugMsgPrefix(const std::string &prefix)
void setNumberOfElmt(const idVertex nbVerts)
void fillVector(std::vector< type > &vect, const type &elmt)
idVertex nbElmt_
Allocation may depends on the number of vertices.
SimplexId idVertex
Vertex index in scalars_.
TTK base package defining the standard types.