#include <CGAL/Hexmeshing_generate_two_refinement_mesh.h>
#include <CGAL/draw_linear_cell_complex.h>
#include <string>
void render_two_refinement(const std::string& file, int cube_cells_per_dim, int nb_levels = 1){
}
int main(){
render_two_refinement("cube.off", 20, 1);
}
void draw(const P &p, const GSOptions &gso)
LCC generate_two_refinement_mesh(const std::string &file, int cube_cells_per_dim, int nb_levels, bool trim=false)
Two refinement algorithm described by on a 3-dimensional linear cell complex.
std::string data_file_path(const std::string &filename)