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

#include <topology/chain.h>
#include "static-persistence.h"

namespace dionysus { 
namespace python   {

typedef     SPersistence::Chain                     VChain;

} }     // namespace dionysus::python