Subversion Repositories gelsvn

Rev

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

/*
 *  load.h
 *  GEL
 *
 *  Created by J. Andreas Bærentzen on 17/08/08.
 *  Copyright 2008 __MyCompanyName__. All rights reserved.
 *
 */

#ifndef __HMESH_LOAD__H__
#define __HMESH_LOAD__H__

#include "HMesh/Manifold.h"

namespace HMesh
{
        /** Load a geometry file. This could be a PLY, OBJ, X3D, or OFF file */
        bool load(const std::string&, HMesh::Manifold& m);
}
#endif