Subversion Repositories gelsvn

Rev

Rev 433 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 433 Rev 448
1
/*
1
/*
2
 *  off_load.h
2
 *  off_load.h
3
 *  GEL
3
 *  GEL
4
 *
4
 *
5
 *  Created by J. Andreas Bærentzen on 16/02/09.
5
 *  Created by J. Andreas Bærentzen on 16/02/09.
6
 *  Copyright 2009 __MyCompanyName__. All rights reserved.
6
 *  Copyright 2009 __MyCompanyName__. All rights reserved.
7
 *
7
 *
8
 */
8
 */
9
 
9
 
10
#ifndef __OFF_LOAD_HMESH__
10
#ifndef __HMESH_OFF_LOAD_HMESH__
11
#define __OFF_LOAD_HMESH__
11
#define __HMESH_OFF_LOAD_HMESH__
12
 
12
 
13
#include "HMesh/Manifold.h"
13
#include "HMesh/Manifold.h"
14
 
14
 
15
namespace HMesh
15
namespace HMesh
16
{
16
{
17
	/** Load an OFF file (Object File Format). So far, this loader is mostly ensured to load files 
17
	/** Load an OFF file (Object File Format). So far, this loader is mostly ensured to load files 
18
	 from the Princeton Shape Benchmark.  */
18
	 from the Princeton Shape Benchmark.  */
19
	bool off_load(const std::string&, HMesh::Manifold& m);
19
	bool off_load(const std::string&, HMesh::Manifold& m);
20
}
20
}
21
 
21
 
22
#endif
22
#endif
23
 
23
 
24

Generated by GNU Enscript 1.6.6.
24

Generated by GNU Enscript 1.6.6.
25
 
25
 
26
 
26
 
27
 
27