Alligned with TriMeshInfo Code
This commit is contained in:
parent
de125d7f59
commit
11a25b6957
|
@ -24,6 +24,9 @@
|
|||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.6 2005/01/28 11:59:35 cignoni
|
||||
Add std:: to stl containers
|
||||
|
||||
Revision 1.5 2004/09/20 08:37:57 cignoni
|
||||
Better Doxygen docs
|
||||
|
||||
|
@ -76,6 +79,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
/** This function removes all duplicate vertices of the mesh by looking only at their spatial positions.
|
||||
Note that it does not update any topology relation that could be affected by this like the VT or TT relation.
|
||||
the reason this function is usually performed BEFORE building any topology information.
|
||||
|
@ -166,6 +170,9 @@ static int RemoveUnreferencedVertex( CleanMeshType& m ) // V1.0
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}; // end class
|
||||
/*@}*/
|
||||
} // End Namespace TriMesh
|
||||
|
|
Loading…
Reference in New Issue