bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 05 Jun 2012 17:53:08 -0700
branchdev
changeset 258 bb5bc5eff779
parent 232 edbbf84fde9e
permissions -rw-r--r--
Added viewer.show_complex_2D + center points in the persistence diagram

#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