]> Creatis software - crea.git/blobdiff - src/creaVtk.h
no message
[crea.git] / src / creaVtk.h
index 84510c73c4a67cd481c8ac0292eba4fc6e320193..69435b627f525b8350d68c2041099b8b9e5c380b 100644 (file)
@@ -8,15 +8,13 @@
 
 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>