//===== // 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 __bbcreaVtkImageDataStructuredPoints_h_INCLUDED__ #define __bbcreaVtkImageDataStructuredPoints_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkImageData.h" #include "vtkStructuredPoints.h" #include "vtkImageDataStrucPoints.h" namespace bbcreaVtk { class bbcreaVtk_EXPORT ImageDataStructuredPoints : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ImageDataStructuredPoints,bbtk::AtomicBlackBox); //===== // 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) //===== BBTK_DECLARE_INPUT(X, vtkImageData*); BBTK_DECLARE_INPUT(Y, vtkImageData*); BBTK_DECLARE_INPUT(Z, vtkImageData*); BBTK_DECLARE_OUTPUT(ImageEnsemble, vtkImageData*); BBTK_PROCESS(Process); void Process(); //===== // 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) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageDataStructuredPoints,bbtk::AtomicBlackBox); BBTK_NAME("ImageDataStructuredPoints"); BBTK_AUTHOR("Carlos Torres"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ImageDataStructuredPoints,X,"Image X",vtkImageData*,""); BBTK_INPUT(ImageDataStructuredPoints,Y,"Image Y",vtkImageData*,""); BBTK_INPUT(ImageDataStructuredPoints,Z,"Image Z",vtkImageData*,""); BBTK_OUTPUT(ImageDataStructuredPoints,ImageEnsemble,"Image Ensemble",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(ImageDataStructuredPoints); //===== // 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) //===== } // EO namespace bbcreaVtk #endif // __bbcreaVtkImageDataStructuredPoints_h_INCLUDED__