Skip to content
Snippets Groups Projects
Commit 589a3a26 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[MeL/MG] Add fwd. decl. to VtkMeshConverter.

parent 4fcc8bb8
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,9 @@ ...@@ -18,11 +18,9 @@
#include <vtkType.h> #include <vtkType.h>
#include "BaseLib/Logging.h" #include "BaseLib/Logging.h"
#include "GeoLib/Raster.h" #include "GeoLib/Raster.h"
#include "MeshLib/Location.h" #include "MeshLib/Location.h"
#include "MeshLib/MeshEnums.h" #include "MeshLib/MeshEnums.h"
#include "MeshLib/Node.h"
#include "MeshLib/Properties.h" #include "MeshLib/Properties.h"
#include "MeshLib/PropertyVector.h" #include "MeshLib/PropertyVector.h"
...@@ -32,7 +30,8 @@ class vtkDataArray; // For node/cell properties ...@@ -32,7 +30,8 @@ class vtkDataArray; // For node/cell properties
namespace MeshLib namespace MeshLib
{ {
class Mesh; class Mesh;
class Properties; class Element;
class Node;
/** /**
* \brief Converter for VtkUnstructured Grids to OGS meshes * \brief Converter for VtkUnstructured Grids to OGS meshes
......
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