Subversion Repositories gelsvn

Rev

Rev 433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 433 Rev 448
Line -... Line 1...
-
 
1
#ifndef __HMESH_OFF_SAVE_H__
-
 
2
#define __HMESH_OFF_SAVE_H__
-
 
3
 
1
/*
4
/*
2
 *  off_save.h
5
 *  off_save.h
3
 *  GEL
6
 *  GEL
4
 *
7
 *
5
 *  Created by J. Andreas Bærentzen on 17/02/09.
8
 *  Created by J. Andreas Bærentzen on 17/02/09.
Line 13... Line 16...
13
{
16
{
14
	/** Save in Wavefront OBJ format. */
17
	/** Save in Wavefront OBJ format. */
15
	bool off_save(const std::string&, HMesh::Manifold& m);
18
	bool off_save(const std::string&, HMesh::Manifold& m);
16
	
19
	
17
}
20
}
-
 
21
 
-
 
22
#endif