//===== // 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 __bbvtkvtkPolyDataTovtkDataObject_h_INCLUDED__ #define __bbvtkvtkPolyDataTovtkDataObject_h_INCLUDED__ #include "bbvtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkDataObject.h" #include "vtkPolyData.h" namespace bbvtk { class bbvtk_EXPORT vtkPolyDataTovtkDataObject : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(vtkPolyDataTovtkDataObject,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(In,vtkPolyData*); BBTK_DECLARE_OUTPUT(Out,vtkDataObject*); 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(vtkPolyDataTovtkDataObject,bbtk::AtomicBlackBox); BBTK_NAME("vtkPolyDataTovtkDataObject"); BBTK_AUTHOR("ED at InfoDev Creatis"); BBTK_DESCRIPTION("vtkPolydata to vtkDataObject(class parrent)"); BBTK_CATEGORY("empty"); BBTK_DEFAULT_ADAPTOR(); BBTK_INPUT(vtkPolyDataTovtkDataObject,In,"Input",vtkPolyData*,""); BBTK_OUTPUT(vtkPolyDataTovtkDataObject,Out,"Output",vtkDataObject*,""); BBTK_END_DESCRIBE_BLACK_BOX(vtkPolyDataTovtkDataObject); //===== // 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 bbvtk #endif // __bbvtkvtkPolyDataTovtkDataObject_h_INCLUDED__