bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 10 Jun 2012 18:54:26 -0700
branchdev
changeset 270 91c35fefb54e
parent 232 edbbf84fde9e
permissions -rw-r--r--
Bug in show_diagram() with empty diagrams

#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