File: LineSet2DPy.h

package info (click to toggle)
python-demgengeo 1.4-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,900 kB
  • sloc: cpp: 13,448; python: 1,260; makefile: 305; sh: 90
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef LINESET2D_PY_H
#define LINESET2D_PY_H


#include <boost/python.hpp>
#include "src/LineSet.h"

void exportLineSet2D();

#endif // __LINESET2D_PY_H