bindings/python/static-persistence.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 19 Aug 2009 12:01:47 -0700
branchdev
changeset 165 c3c3c53dfc08
parent 130 580eaa850c4f
child 181 1ee6edc17cb6
permissions -rw-r--r--
cocycle.py uses vertex list, and does not make any assumptions about the vertex-simplex order

#ifndef __PYTHON_STATIC_PERSISTENCE_H__
#define __PYTHON_STATIC_PERSISTENCE_H__

#include <topology/static-persistence.h>

namespace dionysus {
namespace python   {

typedef         StaticPersistence<>             SPersistence;
typedef         SPersistence::OrderElement      SPersistenceNode;
typedef         SPersistence::OrderIndex        SPersistenceIndex;

} } // namespace dionysus::python

#endif