bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 25 Jul 2011 23:21:29 -0700
branchdev
changeset 244 66235db8d8b7
parent 232 edbbf84fde9e
permissions -rw-r--r--
Added cohomology/candidates counter to i/t/cohomology-persistence.hpp

#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