Subversion Repositories gelsvn

Rev

Rev 155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 155 Rev 169
Line 7... Line 7...
7
namespace HMesh
7
namespace HMesh
8
{
8
{
9
	template<class T>
9
	template<class T>
10
	void fair_polygonize(const Geometry::RGrid<T>& voxel_grid, 
10
	void fair_polygonize(const Geometry::RGrid<T>& voxel_grid, 
11
											 HMesh::Manifold& mani, float iso,
11
											 HMesh::Manifold& mani, float iso,
12
											 bool invert_contour=false);
12
											 bool invert_contour=false,
-
 
13
											 bool connect=true,
-
 
14
											 bool push=false);
-
 
15
 
-
 
16
	template<class T>
-
 
17
	void cuberille_polygonize(const Geometry::RGrid<T>& voxel_grid, 
-
 
18
														HMesh::Manifold& mani, float iso,
-
 
19
														bool invert_contour=false,
-
 
20
														bool connect=true,
-
 
21
														bool push=false);
13
}
22
}
14
 
23
 
15
 
24
 
16
#endif
25
#endif