Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
149 jab 1
#ifndef __HMESHUTIL_QUADRIC_SIMPLIFY__H
2
#define __HMESHUTIL_QUADRIC_SIMPLIFY__H
3
 
4
#include "HMesh/Manifold.h"
5
 
6
namespace HMeshUtil
7
{
8
	void quadric_simplify(HMesh::Manifold& m, int max_work);
9
}
10
#endif