bindings/python/birthid.cpp
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 05 Apr 2011 18:29:50 -0700
branchdev
changeset 242 a06b4b515476
parent 146 4e27f1f7c169
permissions -rw-r--r--
alphashapes2d can handle degenerate inputs (thanks to Taras Galkovskyi for the bug report and the fix)

#include "birthid.h"
#include "optional.h"

namespace dp = dionysus::python;

void export_birthid()
{
    python_optional<dp::BirthID>();   
}