File: InsertGenerator2DPy.h

package info (click to toggle)
python-demgengeo 0.99~bzr106-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,552 kB
  • sloc: cpp: 12,251; python: 1,251; makefile: 261; sh: 26
file content (27 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/////////////////////////////////////////////////////////////
//                                                         //
// Copyright (c) 2007-2011 by The University of Queensland //
// Earth Systems Science Computational Centre (ESSCC)      //
// http://www.uq.edu.au/esscc                              //
//                                                         //
// Primary Business: Brisbane, Queensland, Australia       //
// Licensed under the Open Software License version 3.0    //
// http://www.opensource.org/licenses/osl-3.0.php          //
//                                                         //
/////////////////////////////////////////////////////////////

#ifndef GENGEO_INSERTGENERATOR2D_H
#define GENGEO_INSERTGENERATOR2D_H

#include <boost/python.hpp>
#include "vector3.h"
#include "vector3.h"
#include "AGenerator2D.h"
#include "InsertGenerator2D.h"
#include "BoxWithLines2DPy.h"
#include "MNTable2DPy.h"

void exportAGenerator2D();
void exportInsertGenerator2D();

#endif