Subversion Repositories gelsvn

Rev

Rev 492 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
1
/*
6
 
2
 *  load.h
-
 
3
 *  GEL
-
 
4
 *
7
/**
5
 *  Created by J. Andreas Bærentzen on 08/03/09.
8
 * @file Geometry/load.h
6
 *  Copyright 2009 __MyCompanyName__. All rights reserved.
9
 * @brief Load triangle mesh from one of a small number of file formats.
7
 *
-
 
8
 */
10
 */
9
 
11
 
10
#ifndef __GEOMETRY_LOAD_H__
12
#ifndef __GEOMETRY_LOAD_H__
11
#define __GEOMETRY_LOAD_H__
13
#define __GEOMETRY_LOAD_H__
12
 
14