Subversion Repositories gelsvn

Rev

Rev 595 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/*
 *  ply_load.h
 *  GEL
 *
 *  Created by J. Andreas Bærentzen on 08/08/07.
 *  Copyright 2007 __MyCompanyName__. All rights reserved.
 *
 */

#include "Geometry/TriMesh.h"

namespace Geometry
{
        /** Load geometry from a ply file into a TriMesh. This is a very crude loader which only extracts the 
                raw geometry. */
        void ply_load(const std::string& fn, Geometry::TriMesh& mesh);
}

Generated by GNU Enscript 1.6.6.