bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 08 Dec 2010 10:29:26 -0800
branchdev
changeset 238 79bf90c0200d
parent 232 edbbf84fde9e
permissions -rw-r--r--
Added a note about GPL to the documentation

#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