GOFIGURE2
0.9.0
|
#include <Qt>
#include <QObject>
#include "QGoImageView3D.h"
#include "vtkProperty.h"
#include "StructureHelper.h"
#include "QGoGUILibConfigure.h"
#include "vtkIntArray.h"
#include "vtkActor.h"
#include "vtkMapper.h"
#include "vtkDataSet.h"
#include "vtkPointData.h"
#include "TraceStructure.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 "TraceContainerBase.txx"
Go to the source code of this file.
Classes | |
struct | change_actors< T > |
struct | change_color< T > |
struct | change_highlighted< T > |
struct | change_visible< T > |
class | TraceContainerBase< TContainer > |
Generic interface for trace container. More specific container should inherit from this class and get specialized depending on the kind of trace it contains. More... | |