//===== // 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 __bbvtkvtkDataSetTovtkDataObject_h_INCLUDED__ #define __bbvtkvtkDataSetTovtkDataObject_h_INCLUDED__ #include "bbvtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkDataObject.h" #include "vtkDataSet.h" namespace bbvtk { class bbvtk_EXPORT vtkDataSetTovtkDataObject : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(vtkDataSetTovtkDataObject,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,vtkDataSet*); 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(vtkDataSetTovtkDataObject,bbtk::AtomicBlackBox); BBTK_NAME("vtkDataSetTovtkDataObject"); BBTK_AUTHOR("Davila at InfoDev Creatis"); BBTK_DESCRIPTION("vtk adaptor (vtk Object herency)"); BBTK_CATEGORY("adaptor"); BBTK_DEFAULT_ADAPTOR(); BBTK_INPUT(vtkDataSetTovtkDataObject,In,"The vtk object vtkDataSet*",vtkDataSet*,""); BBTK_OUTPUT(vtkDataSetTovtkDataObject,Out,"The vtk object vtkDataObject*",vtkDataObject*,""); BBTK_END_DESCRIBE_BLACK_BOX(vtkDataSetTovtkDataObject); //===== // 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 // __bbvtkvtkDataSetTovtkDataObject_h_INCLUDED__