Skip to content
Snippets Groups Projects
Commit 8156c205 authored by Tom Fischer's avatar Tom Fischer
Browse files

Reducing include dependencies in class VtkPolylinesSource.

parent 35a3bbaa
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@
*/
// ** INCLUDES **
// GeoLib
#include "Color.h"
#include "Polyline.h"
#include "VtkPolylinesSource.h"
#include <vtkCellArray.h>
......
......@@ -16,7 +16,11 @@
#include "VtkAlgorithmProperties.h"
#include <vtkPolyDataAlgorithm.h>
#include "GEOObjects.h"
// forward declaration
namespace GeoLib {
class Polyline;
}
/**
* \brief VtkPolylinesSource is a VTK source object for the visualisation of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment