#include "mitkContourVtkMapper3D.h"#include "mitkDataNode.h"#include "mitkProperties.h"#include "mitkColorProperty.h"#include "mitkVtkPropRenderer.h"#include "mitkContour.h"#include <vtkActor.h>#include <vtkAppendPolyData.h>#include <vtkAssembly.h>#include <vtkCellArray.h>#include <vtkFollower.h>#include <vtkLinearTransform.h>#include <vtkPolyData.h>#include <vtkPolyDataMapper.h>#include <vtkPolygon.h>#include <vtkProp3DCollection.h>#include <vtkProperty.h>#include <vtkRenderer.h>#include <vtkSphereSource.h>#include <vtkTubeFilter.h>Go to the source code of this file.
1.7.2