GOFIGURE2  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
LineageContainer.h File Reference
#include <QObject>
#include "LineageStructure.h"
#include "StructureHelper.h"
#include "TraceContainerBase.h"
#include "QGoImageView3D.h"
Include dependency graph for LineageContainer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LineageContainer
 Wraps a boost multi index container of LineageStructure. This class intends to synchronize Lineage representation in the Visualization and in the TableWidget. More...
 

Namespaces

 boost
 

Typedefs

typedef
multi_index::multi_index_container
< LineageStructure,
boost::multi_index::indexed_by
< boost::multi_index::ordered_unique
< boost::multi_index::tag
< TraceID >
, >, boost::multi_index::ordered_non_unique
< boost::multi_index::tag
< CollectionID >
, >, boost::multi_index::ordered_non_unique
< boost::multi_index::tag
< Highlighted >
, >, boost::multi_index::ordered_non_unique
< boost::multi_index::tag
< Visible >
, >, boost::multi_index::ordered_non_unique
< boost::multi_index::tag
< TrackRootID >, > > > 
boost::MultiIndexLineageContainer