Go to most recent revision | Blame | Last modification | View Log | RSS feed
#ifndef __POLYGONIZATION_FAIR_POLYGONIZE_H__
#define __POLYGONIZATION_FAIR_POLYGONIZE_H__
#include "Geometry/RGrid.h"
#include "HMesh/Manifold.h"
namespace Polygonization
{
template<class T>
void fair_polygonize(const Geometry::RGrid<T>& voxel_grid,
HMesh::Manifold& mani, float iso,
bool invert_contour=false);
}
#endif