Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
448 jab 1
#ifndef __HMESH_CLOSE_HOLES_H__
2
#define __HMESH_CLOSE_HOLES_H__
332 jab 3
 
4
#include "Manifold.h"
5
 
6
namespace HMesh
7
{
362 jab 8
		/** This function replaces holes by faces. It is really a simple function that just
9
			finds all loops of edges next to missing faces. */
332 jab 10
		void close_holes(Manifold& m);
11
}
12
#endif