author | Dmitriy Morozov <dmitriy@mrzv.org> |
Thu, 09 Apr 2009 12:58:10 -0700 | |
branch | dev |
changeset 120 | 3c830b15d694 |
parent 112 | f209958b5c17 |
permissions | -rw-r--r-- |
#ifndef __PYTHON_ZIGZAG_PERSISTENCE_H__ #define __PYTHON_ZIGZAG_PERSISTENCE_H__ #include <topology/zigzag-persistence.h> #include <topology/image-zigzag-persistence.h> #include <boost/python.hpp> //typedef int BirthID; //typedef boost::python::long_ BirthID; typedef boost::python::object BirthID; typedef ZigzagPersistence<BirthID> ZZPersistence; typedef ImageZigzagPersistence<BirthID> IZZPersistence; #endif