//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifndef __bbcreaVtkFromVtk4DToItk4D_h_INCLUDED__ #define __bbcreaVtkFromVtk4DToItk4D_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkImageData.h" #include //#include "itkImage.h" #include "creaVtkFromVtk4DToItk4D.h" namespace bbcreaVtk { class bbcreaVtk_EXPORT FromVtk4DToItk4D : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(FromVtk4DToItk4D,bbtk::AtomicBlackBox); BBTK_DECLARE_INPUT(In,std::vector ); BBTK_DECLARE_OUTPUT(Out, Image4DType::Pointer ); BBTK_PROCESS(Process); void Process(); }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(FromVtk4DToItk4D,bbtk::AtomicBlackBox); BBTK_NAME("FromVtk4DToItk4D"); BBTK_AUTHOR("Carlos Torres"); BBTK_DESCRIPTION("carlos.torres@creatis.insa-lyon.fr -"); BBTK_CATEGORY("empty"); BBTK_INPUT(FromVtk4DToItk4D,In,"Vtk image 4D",std::vector,""); BBTK_OUTPUT(FromVtk4DToItk4D,Out,"Itk image 4D", Image4DType::Pointer ,""); BBTK_END_DESCRIBE_BLACK_BOX(FromVtk4DToItk4D); } // EO namespace bbcreaVtk #endif // __bbcreaVtkFromVtk4DToItk4D_h_INCLUDED__