source: git/dyn_modules/python/poly_wrap.h @ 6ce030f

fieker-DuValspielwiese
Last change on this file since 6ce030f was 383b2c8, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
CHG: mod2.h should better be included as <kernel/mod2.h>
  • Property mode set to 100644
File size: 246 bytes
Line 
1#ifndef POLY_WRAP_HEADER
2#define POLY_WRAP_HEADER
3#include <boost/python.hpp>
4#include <kernel/mod2.h>
5#include "Poly.h"
6void export_poly();
7boost::python::str Poly_as_str(const Poly& p);
8boost::python::str Vector_as_str(const Vector& p);
9#endif
Note: See TracBrowser for help on using the repository browser.