GEL  2
GEL is a library for Geometry and Linear Algebra
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/HMesh/caps_and_needles.h
00001 /* ----------------------------------------------------------------------- *
00002  * This file is part of GEL, www.imm.dtu.dk/GEL
00003  * Copyright (C) the authors (see AUTHORS.txt) and DTU Informatics
00004  *
00005  * Principal authors:
00006  *  Christian Thode Larsen (thode2d@gmail.com)
00007  *  J. Andreas Baerentzen (jab@imm.dtu.dk)
00008  *
00009  * See LICENSE.txt for licensing information
00010  * ----------------------------------------------------------------------- */
00011 
00012 #ifndef __HMESH_CAPS_AND_NEEDLES_H__
00013 #define __HMESH_CAPS_AND_NEEDLES_H__
00014 
00015 namespace HMesh
00016 {
00017     class Manifold;
00023     void remove_caps(Manifold& m, float thresh);
00024 
00030     void remove_needles(Manifold& m, float thresh);
00031 }
00032 
00033 #endif __HMESH_CAPS_AND_NEEDLES_H__
 All Classes Namespaces Files Functions Variables Typedefs Enumerations