//===== // 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_INPUT(Data1, vtkImageData*); BBTK_DECLARE_INPUT(Data2, vtkImageData*); BBTK_DECLARE_INPUT(Data3, vtkImageData*); BBTK_DECLARE_INPUT(Data4, vtkImageData*); BBTK_DECLARE_INPUT(Data5, vtkImageData*); BBTK_DECLARE_INPUT(Data6, 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_INPUT(ImageDataStructuredPoints,Data1,"You need: No Data or Data1 or Data1..3 or Data1..6",vtkImageData*,""); BBTK_INPUT(ImageDataStructuredPoints,Data2,"You need: No Data or Data1 or Data1..3 or Data1..6",vtkImageData*,""); BBTK_INPUT(ImageDataStructuredPoints,Data3,"You need: No Data or Data1 or Data1..3 or Data1..6",vtkImageData*,""); BBTK_INPUT(ImageDataStructuredPoints,Data4,"You need: No Data or Data1 or Data1..3 or Data1..6",vtkImageData*,""); BBTK_INPUT(ImageDataStructuredPoints,Data5,"You need: No Data or Data1 or Data1..3 or Data1..6",vtkImageData*,""); BBTK_INPUT(ImageDataStructuredPoints,Data6,"You need: No Data or Data1 or Data1..3 or Data1..6",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__