bindings/python/python-simplex.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 01 May 2009 15:09:38 -0700
branchdev
changeset 125 0a2c2283e4a8
parent 104 2cc1db3b98c6
child 127 406c6cc00b9c
permissions -rw-r--r--
Cleaned up traits (chain and container) for static- and dynamic-persistence

#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