X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaVtk.h;h=69435b627f525b8350d68c2041099b8b9e5c380b;hb=43809f06e3ad67bc2b0b30f6682a4e1ad23341a1;hp=fea59cf35742bd8bebe45d1f50009e525c031097;hpb=a8ddadca1c8b505d243c6077d25f4cb547675259;p=crea.git diff --git a/src/creaVtk.h b/src/creaVtk.h index fea59cf..69435b6 100644 --- a/src/creaVtk.h +++ b/src/creaVtk.h @@ -3,20 +3,18 @@ #ifdef USE_VTK -#include +#include "creaSystem.h" #include namespace crea { - template 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::VTKTypeID() template @@ -41,7 +39,7 @@ namespace crea */ } -#include +#include "creaVtk.txx" #endif // USE_VTK