include/dionysus.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 14 Apr 2009 14:38:08 -0700
branchdev
changeset 129 95454ea3f9c0
parent 61 f905b57dd7ab
permissions -rw-r--r--
Cleaned up Python bindings to restore functionality: * StaticPersistence is iterable, its nodes are usable (sign, pair, cycle) * StaticPersistence knows how to map its nodes into Filtration indices * moved PythonCmp into utils.h * minor cosmetic changes

/*
 * Author: Dmitriy Morozov
 * Department of Computer Science, Duke University, 2006--2008
 *
 * For now file exists only to store the main page of the documentation
 */

/** \mainpage
 * Detailed description of Dionysus with references to all the classes, 
 * and code samples goes here.
 */

/**
 * \defgroup topology Topology Classes
 */

/**
 * \defgroup geometry Geometry Classes
 */

/**
 * \defgroup kinetic Kinetic Data Structures Classes
 * \ingroup  geometry
 */