bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 07 Jun 2012 21:16:06 -0700
branchdev
changeset 263 185923889ab4
parent 232 edbbf84fde9e
permissions -rw-r--r--
Fixed scale points in the diagram + noise filtering

#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