GOFIGURE2
0.9.0
|
#include <QObject>
#include "ContourMeshStructure.h"
#include "StructureHelper.h"
#include "TraceContainerBase.h"
#include "boost/multi_index_container.hpp"
#include "boost/multi_index/member.hpp"
#include "boost/multi_index/hashed_index.hpp"
#include "boost/multi_index/ordered_index.hpp"
#include "boost/numeric/conversion/cast.hpp"
#include "boost/lexical_cast.hpp"
#include "vtkProperty.h"
#include "vtkPolyData.h"
#include "vtkActor.h"
#include "vtkMapper.h"
#include "QGoImageView3D.h"
#include "vtkLookupTableManager.h"
#include "QGoGUILibConfigure.h"
Go to the source code of this file.
Classes | |
struct | change_collectionID |
class | ContourMeshContainer |
Wraps a boost::multi_index_container of ContourMeshStructure. This class intends to synchronize Contour and Mesh representation in the Visualization and in the TableWidget. More... | |
Namespaces | |
boost | |
Typedefs | |
typedef multi_index::multi_index_container < ContourMeshStructure, boost::multi_index::indexed_by < boost::multi_index::ordered_non_unique < boost::multi_index::tag < TCoord > , >, 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::MultiIndexContourMeshContainer |