bindings/python/python-static-persistence.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 09 Apr 2009 12:58:10 -0700
branchdev
changeset 120 3c830b15d694
parent 104 2cc1db3b98c6
permissions -rw-r--r--
Fixed distance to diagonal calculation + added stand-alone bottleneck distance tool

#ifndef __PYTHON_STATIC_PERSISTENCE_H__
#define __PYTHON_STATIC_PERSISTENCE_H__

#include <topology/static-persistence.h>

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

#endif