source: git/modules/python/poly_wrap.h @ 5eeaa6

fieker-DuValspielwiese
Last change on this file since 5eeaa6 was 451a9a, checked in by Michael Brickenstein <bricken@…>, 18 years ago
*bricken: + module type git-svn-id: file:///usr/local/Singular/svn/trunk@9247 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 239 bytes
Line 
1#ifndef POLY_WRAP_HEADER
2#define POLY_WRAP_HEADER
3#include <boost/python.hpp>
4#include "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.