Subversion Repositories gelsvn

Rev

Rev 332 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
332 jab 1
#ifndef __CLOSE_HOLES_H__
2
#define __CLOSE_HOLES_H__
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