Subversion Repositories gelsvn

Rev

Rev 182 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 182 Rev 183
Line 4... Line 4...
4
#include <vector>
4
#include <vector>
5
#include "HMesh/Manifold.h"
5
#include "HMesh/Manifold.h"
6
 
6
 
7
namespace HMesh
7
namespace HMesh
8
{
8
{
-
 
9
		
-
 
10
	void close_holes(Manifold& m);
-
 
11
 
-
 
12
 
9
  /** Build a manifold from an indexed face set. The arguments are 
13
  /** Build a manifold from an indexed face set. The arguments are 
10
      the manifold m, the number of vertices, no_vertices, the vector 
14
      the manifold m, the number of vertices, no_vertices, the vector 
11
      of vertices, vertvec, the number of faces, no_faces. facevec 
15
      of vertices, vertvec, the number of faces, no_faces. facevec 
12
      is an array where each entry indicates the number of vertices
16
      is an array where each entry indicates the number of vertices
13
      in that face. The array indices contains all the corresponding 
17
      in that face. The array indices contains all the corresponding