Developer Documentation
NonManifoldVertexFixingT< MeshT > Class Template Reference

Removed non-manifold vertices from a mesh by duplicating them. More...

#include <Plugin-MeshRepair/NonManifoldVertexFixingT.hh>

Public Member Functions

 NonManifoldVertexFixingT (MeshT &_mesh)
 
void fix ()
 

Private Attributes

MeshTmesh_
 

Detailed Description

template<class MeshT>
class NonManifoldVertexFixingT< MeshT >

Removed non-manifold vertices from a mesh by duplicating them.

Definition at line 71 of file NonManifoldVertexFixingT.hh.

Constructor & Destructor Documentation

◆ NonManifoldVertexFixingT()

template<class MeshT >
NonManifoldVertexFixingT< MeshT >::NonManifoldVertexFixingT ( MeshT _mesh)
explicit

Definition at line 71 of file NonManifoldVertexFixingT_impl.hh.

Member Function Documentation

◆ fix()

template<class MeshT >
void NonManifoldVertexFixingT< MeshT >::fix

Definition at line 78 of file NonManifoldVertexFixingT_impl.hh.

Member Data Documentation

◆ mesh_

template<class MeshT >
MeshT& NonManifoldVertexFixingT< MeshT >::mesh_
private

Definition at line 82 of file NonManifoldVertexFixingT.hh.


The documentation for this class was generated from the following files: