bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 10 Jul 2013 14:39:29 -0700
branchdev
changeset 276 4e136f6afbb5
parent 232 edbbf84fde9e
permissions -rw-r--r--
lscubes.py output infinite pairs + small bugfix

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

namespace dionysus { 
namespace python   {

typedef     SPersistence::Chain                     VSPChain;
typedef     DPersistenceChains::Chain               VDPChain;

} }     // namespace dionysus::python