Rev 433 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*
* off_load.h
* GEL
*
* Created by J. Andreas Bærentzen on 16/02/09.
* Copyright 2009 __MyCompanyName__. All rights reserved.
*
*/
#ifndef __HMESH_OFF_LOAD_HMESH__
#define __HMESH_OFF_LOAD_HMESH__
#include "HMesh/Manifold.h"
namespace HMesh
{
/** Load an OFF file (Object File Format). So far, this loader is mostly ensured to load files
from the Princeton Shape Benchmark. */
bool off_load(const std::string&, HMesh::Manifold& m);
}
#endif
Generated by GNU Enscript 1.6.6.