bindings/python/python-static-persistence.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 28 Jan 2009 14:57:17 -0800
branchdev
changeset 111 958dec48d946
parent 104 2cc1db3b98c6
permissions -rw-r--r--
Switched to CGAL 3.4 (native CMake configuration): for now only alphashapes

#ifndef __PYTHON_STATIC_PERSISTENCE_H__
#define __PYTHON_STATIC_PERSISTENCE_H__

#include <topology/static-persistence.h>

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

#endif