Subversion Repositories gelsvn

Rev

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

Rev 149 Rev 150
Line 2... Line 2...
2
#define __HMESHUTIL_BUILD_MANIFOLD_H__
2
#define __HMESHUTIL_BUILD_MANIFOLD_H__
3
 
3
 
4
#include <vector>
4
#include <vector>
5
#include "HMesh/Manifold.h"
5
#include "HMesh/Manifold.h"
6
 
6
 
7
namespace HMeshUtil
7
namespace HMesh
8
{
8
{
9
  /** Build a manifold from an indexed face set. The arguments are 
9
  /** Build a manifold from an indexed face set. The arguments are 
10
      the manifold m, the number of vertices, no_vertices, the vector 
10
      the manifold m, the number of vertices, no_vertices, the vector 
11
      of vertices, vertvec, the number of faces, no_faces. facevec 
11
      of vertices, vertvec, the number of faces, no_faces. facevec 
12
      is an array where each entry indicates the number of vertices
12
      is an array where each entry indicates the number of vertices