#include <config.h>
#include <storage/storage.h>
#include <storage/graph.h>
#include <algorithms/complex.h>
#include <iostream>
#include <storage/vector.h>
Go to the source code of this file.
Namespaces | |
namespace | vvcomplex |
Definition of classes and functions for 2d cell complexes. | |
Functions | |
template<typename V1 , typename V2 , typename E1 , typename E2 , bool compact> | |
bool | vvcomplex::serialization (storage::VVEStorage &store, VVComplexGraph< V1, V2, E1, E2, compact > &G) |
Definition in file complex.h.