bindings/python/python-simplex.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 29 Jan 2009 10:16:56 -0800
branchdev
changeset 112 f209958b5c17
parent 104 2cc1db3b98c6
child 127 406c6cc00b9c
permissions -rw-r--r--
Added python bindings for ZigzagPersistence (as well as ImageZigzagPersistence)

#ifndef __PYTHON_SIMPLEX_H__
#define __PYTHON_SIMPLEX_H__

#include <topology/simplex.h>

typedef                             int                                         Vertex;
typedef                             double                                      Data;
//typedef                             Empty<>                                     Data;
typedef                             Simplex<Vertex, Data>                       SimplexVD;

#endif