]> Creatis software - crea.git/blobdiff - src/creaVtk.h
Going on ...
[crea.git] / src / creaVtk.h
index fea59cf35742bd8bebe45d1f50009e525c031097..69435b627f525b8350d68c2041099b8b9e5c380b 100644 (file)
@@ -3,20 +3,18 @@
 
 #ifdef USE_VTK
 
-#include <creaSystem.h>
+#include "creaSystem.h"
 #include <vtkImageData.h>
 
 namespace crea
 {
-
   template <class T>
 
   CREA_EXPORT vtkImageData* NewVtkImageDataFromRaw( T* data,
-                                                   int nx, 
-                                                   int ny,
-                                                   int nz,
-                                                       bool do_not_desalloc = true);
-
+                                                    int nx, 
+                                                    int ny,
+                                                    int nz,
+                                                    bool do_not_desalloc = true);
   /*
     // Already provided by vtkTypeTraits<T>::VTKTypeID()
   template <class T>
@@ -41,7 +39,7 @@ namespace crea
   */
 }
 
-#include <creaVtk.txx>
+#include "creaVtk.txx"
 
 
 #endif // USE_VTK