bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 07 Jun 2012 10:52:15 -0700
branchdev
changeset 261 7b846a522bed
parent 232 edbbf84fde9e
permissions -rw-r--r--
Straightened out QApplication problems (made it global)

#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