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