24#ifndef _GEMA_PLUGIN_TETGEN_BUILDGROUPS_H_
25#define _GEMA_PLUGIN_TETGEN_BUILDGROUPS_H_
59std::tuple < std::vector<int>, std::vector<int>>
60 buildGroups(
const std::vector<double>& mpoints,
const std::vector<int>& mcells,
const std::vector<int>& mcellSize,
61 const std::vector<std::vector<double>>& surfPoints,
const std::vector<std::vector<int>>& surfTri,
62 double bmin[3],
double bmax[3],
double groupThreshold,
int gridRes[3]);
69std::tuple < std::vector<int>, std::vector<int>>
71 const std::vector<std::vector<double>>& surfPoints,
const std::vector<std::vector<int>>& surfTri,
72 double bmin[3],
double bmax[3],
double groupThreshold,
int gridRes[3]);