Subversion Repositories gelsvn

Rev

Rev 448 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
433 jab 1
/*
2
 *  off_save.h
3
 *  GEL
4
 *
5
 *  Created by J. Andreas Bærentzen on 17/02/09.
6
 *  Copyright 2009 __MyCompanyName__. All rights reserved.
7
 *
8
 */
9
 
10
#include "HMesh/Manifold.h"
11
 
12
namespace HMesh
13
{
14
	/** Save in Wavefront OBJ format. */
15
	bool off_save(const std::string&, HMesh::Manifold& m);
16
 
17
}