bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 03 Jun 2012 16:17:27 -0700
branchdev
changeset 253 6dc64e820477
parent 232 edbbf84fde9e
permissions -rw-r--r--
Added adaptor for StaticCohomologyPersistence and ImagePersistence

#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