bindings/python/python-simplex.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Sat, 27 Dec 2008 14:51:38 -0800
branchdev
changeset 105 051af83fba4c
parent 104 2cc1db3b98c6
child 127 406c6cc00b9c
permissions -rw-r--r--
Merged in Python branch

#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