Classes | |
class | VClip |
class | Feature |
class | VoronoiClipVertexTraits |
class | VoronoiClipHalfEdgeTraits |
class | VoronoiClipEdgeTraits |
class | VoronoiClipFaceTraits |
class | VClipMesh |
Typedefs | |
typedef VClipMesh < OpenTissue::math::BasicMathTypes < double, size_t > > | vclip_mesh_type |
Functions | |
void | update_voronoi_regions (vclip_mesh_type &mesh) |
template<typename mesh_type > | |
bool | convert (mesh_type const &in, vclip_mesh_type &out) |
typedef VClipMesh< OpenTissue::math::BasicMathTypes<double,size_t> > OpenTissue::vclip::vclip_mesh_type |
bool OpenTissue::vclip::convert | ( | mesh_type const & | in, | |
vclip_mesh_type & | out | |||
) |
Convert Utility.
in | ||
out |
void OpenTissue::vclip::update_voronoi_regions | ( | vclip_mesh_type & | mesh | ) |
Update voronoi planes of all external voronoi regions of the given mesh.
mesh |