Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
515 s042372 1
/* ----------------------------------------------------------------------- *
2
 * This file is part of GEL, www.imm.dtu.dk/GEL
3
 * Copyright (C) the authors (see AUTHORS.txt) and DTU Informatics
4
 *
5
 * Principal authors:
6
 *  Christian Thode Larsen (thode2d@gmail.com)
7
 *  J. Andreas Baerentzen (jab@imm.dtu.dk)
8
 *
9
 * See LICENSE.txt for licensing information
10
 * ----------------------------------------------------------------------- */
11
 
12
#ifndef __HMESH_DUAL_H__
13
#define __HMESH_DUAL_H__
14
 
15
namespace HMesh
16
{
518 s042372 17
    class Manifold;
18
 
515 s042372 19
    void dual(Manifold& m);
20
}
21
 
22
#endif