]> Creatis software - crea.git/blobdiff - src/creaVtk.h
#3394 wxwidgets 3.2 macOS
[crea.git] / src / creaVtk.h
index 4d4172a8459537faea7ec751257a1b92c04eff49..c1b3c02efbecfe19ad769df9e0387467db7b62a9 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
 #                        pour la Santé)
 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
 #
 #  This software is governed by the CeCILL-B license under French law and 
 #  abiding by the rules of distribution of free software. You can  use, 
@@ -20,7 +22,8 @@
 #
 #  The fact that you are presently reading this means that you have had
 #  knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */                                                                         
+# ------------------------------------------------------------------------ 
+*/                                                                         
 
 
 #ifndef __creaVtk_h_INCLUDED__
 
 namespace crea
 {
-  template <class T>
-
-  CREA_EXPORT vtkImageData* NewVtkImageDataFromRaw( T* data,
+  
+  template <typename T>
+  /*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>