bindings/python/birthid.h
author Aravindakshan Babu <akshan@stanford.edu>
Wed, 11 Aug 2010 17:07:09 -0700
branchdev
changeset 218 4f70a473e34b
parent 146 4e27f1f7c169
permissions -rw-r--r--
Added a __iter__ method to the PersistenceDiagram class in python. Renamed the points iterator to the intervals iterator.

#ifndef __PYTHON_BIRTHID_H__
#define __PYTHON_BIRTHID_H__

#include <boost/python.hpp>

namespace dionysus {
namespace python   {

//typedef         int                             BirthID;
//typedef         boost::python::long_            BirthID;
typedef         boost::python::object           BirthID;

} } // namespace dionysus::python

#endif // __PYTHON_BIRTHID_H__