//===== // 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 __bbcreaVtkConcatTransform_h_INCLUDED__ #define __bbcreaVtkConcatTransform_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkLinearTransform.h" namespace bbcreaVtk { class bbcreaVtk_EXPORT ConcatTransform : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ConcatTransform,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(In1,vtkLinearTransform*); BBTK_DECLARE_INPUT(In2,vtkLinearTransform*); BBTK_DECLARE_INPUT(In3,vtkLinearTransform*); BBTK_DECLARE_INPUT(In4,vtkLinearTransform*); BBTK_DECLARE_INPUT(In5,vtkLinearTransform*); BBTK_DECLARE_INPUT(In6,vtkLinearTransform*); BBTK_DECLARE_INPUT(In7,vtkLinearTransform*); BBTK_DECLARE_INPUT(In8,vtkLinearTransform*); BBTK_DECLARE_INPUT(In9,vtkLinearTransform*); BBTK_DECLARE_OUTPUT(Out,vtkLinearTransform*); 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(ConcatTransform,bbtk::AtomicBlackBox); BBTK_NAME("ConcatTransform"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ConcatTransform,In1,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In2,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In3,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In4,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In5,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In6,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In7,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In8,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_INPUT(ConcatTransform,In9,"vtkLinearTransform input",vtkLinearTransform*,""); BBTK_OUTPUT(ConcatTransform,Out,"vtkLinearTransform output",vtkLinearTransform*,""); BBTK_END_DESCRIBE_BLACK_BOX(ConcatTransform); //===== // 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 // __bbcreaVtkConcatTransform_h_INCLUDED__