#include <OpenTissue/configuration.h>
#include <OpenTissue/core/containers/mesh/common/io/mesh_tetgen_write.h>
#include <OpenTissue/core/containers/mesh/polymesh/util/polymesh_is_manifold.h>
#include <OpenTissue/core/containers/t4mesh/io/t4mesh_tetgen_read.h>
#include <TetGen/tetgen.h>
#include <cmath>
#include <string>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | OpenTissue::t4mesh::mesh_lofter_settings |
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::t4mesh |
Functions | |
template<typename t4mesh_type , typename polymesh_type > | |
bool | OpenTissue::t4mesh::mesh_lofter (t4mesh_type &t4mesh, const polymesh_type &polymesh, const mesh_lofter_settings &settings=mesh_lofter_settings()) |