bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 07 Sep 2010 13:54:53 -0700
branchdev
changeset 228 12e2daa0e03a
parent 130 580eaa850c4f
child 232 edbbf84fde9e
permissions -rw-r--r--
Added Python closure function (for computing a k-skeleton of a closure of a list of simplices)

#include <topology/chain.h>
#include "static-persistence.h"

namespace dionysus { 
namespace python   {

typedef     SPersistence::Chain                     VChain;

} }     // namespace dionysus::python