Subversion Repositories gelsvn

Rev

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

Rev Author Line No. Line
61 jab 1
#ifndef __POLYGONIZATION_FAIR_POLYGONIZE_H__
2
#define __POLYGONIZATION_FAIR_POLYGONIZE_H__
3
 
4
#include "Geometry/RGrid.h"
5
#include "HMesh/Manifold.h"
6
 
64 jab 7
namespace Geometry
61 jab 8
{
9
	template<class T>
10
	void fair_polygonize(const Geometry::RGrid<T>& voxel_grid, 
11
											 HMesh::Manifold& mani, float iso,
12
											 bool invert_contour=false);
13
}
14
 
15
 
16
#endif