/** * \file interaction_graph.h * \brief Functions to get report statistics about the used attributes. * * Copyright 2007-2010 IMP Inventors. All rights reserved. */ #ifndef IMPMISC_INTERACTION_GRAPH_H #define IMPMISC_INTERACTION_GRAPH_H #include "misc_config.h" #include #include #include IMP_BEGIN_NAMESPACE class Model; class Particle; class Object; IMP_END_NAMESPACE IMPMISC_BEGIN_NAMESPACE typedef boost::adjacency_list, boost::property > InteractionGraph; IMPMISCEXPORT InteractionGraph get_interaction_graph(Model *m); IMPMISC_END_NAMESPACE #endif /* IMPMISC_INTERACTION_GRAPH_H */