Subversion Repositories gelsvn

Rev

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

Rev 61 Rev 64
Line 2... Line 2...
2
#define __POLYGONIZATION_FAIR_POLYGONIZE_H__
2
#define __POLYGONIZATION_FAIR_POLYGONIZE_H__
3
 
3
 
4
#include "Geometry/RGrid.h"
4
#include "Geometry/RGrid.h"
5
#include "HMesh/Manifold.h"
5
#include "HMesh/Manifold.h"
6
 
6
 
7
namespace Polygonization
7
namespace Geometry
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);