Skip to content
Snippets Groups Projects
Commit c80ac571 authored by Matthias Möller's avatar Matthias Möller
Browse files

- fixed decimater template parameter

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@15250 383ad7c9-94d9-4d36-a494-682f7c89f535
parent dcd713db
No related branches found
No related tags found
No related merge requests found
......@@ -146,14 +146,14 @@ private :
typedef OpenMesh::Decimater::DecimaterT< TriMesh > DecimaterType;
typedef OpenMesh::Decimater::ModAspectRatioT< DecimaterType >::Handle ModAspectRatioH;
typedef OpenMesh::Decimater::ModEdgeLengthT< DecimaterType >::Handle ModEdgeLengthH;
typedef OpenMesh::Decimater::ModHausdorffT< DecimaterType >::Handle ModHausdorffH;
typedef OpenMesh::Decimater::ModIndependentSetsT< DecimaterType >::Handle ModIndependentH;
typedef OpenMesh::Decimater::ModNormalDeviationT< DecimaterType >::Handle ModNormalDeviationH;
typedef OpenMesh::Decimater::ModNormalFlippingT< DecimaterType >::Handle ModNormalFlippingH;
typedef OpenMesh::Decimater::ModQuadricT< DecimaterType >::Handle ModQuadricH;
typedef OpenMesh::Decimater::ModRoundnessT< DecimaterType >::Handle ModRoundnessH;
typedef OpenMesh::Decimater::ModAspectRatioT< TriMesh >::Handle ModAspectRatioH;
typedef OpenMesh::Decimater::ModEdgeLengthT< TriMesh >::Handle ModEdgeLengthH;
typedef OpenMesh::Decimater::ModHausdorffT< TriMesh >::Handle ModHausdorffH;
typedef OpenMesh::Decimater::ModIndependentSetsT< TriMesh >::Handle ModIndependentH;
typedef OpenMesh::Decimater::ModNormalDeviationT< TriMesh >::Handle ModNormalDeviationH;
typedef OpenMesh::Decimater::ModNormalFlippingT< TriMesh >::Handle ModNormalFlippingH;
typedef OpenMesh::Decimater::ModQuadricT< TriMesh >::Handle ModQuadricH;
typedef OpenMesh::Decimater::ModRoundnessT< TriMesh >::Handle ModRoundnessH;
private slots:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment