Rev 448 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*
* off_save.h
* GEL
*
* Created by J. Andreas Bærentzen on 17/02/09.
* Copyright 2009 __MyCompanyName__. All rights reserved.
*
*/
#include "HMesh/Manifold.h"
namespace HMesh
{
/** Save in Wavefront OBJ format. */
bool off_save(const std::string&, HMesh::Manifold& m);
}