Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
337 jab 1
/*
2
 *  ply_load.h
3
 *  GEL
4
 *
5
 *  Created by J. Andreas Bærentzen on 08/08/07.
6
 *  Copyright 2007 __MyCompanyName__. All rights reserved.
7
 *
8
 */
9
 
10
#include "Geometry/TriMesh.h"
11
#include "ply.h"
12
 
13
void ply_load(const std::string& fn, Geometry::TriMesh& mesh);