//===== // 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 __bbcreaVtkStreamLineNumeration_h_INCLUDED__ #define __bbcreaVtkStreamLineNumeration_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkPolyData.h" #include namespace bbcreaVtk { class bbcreaVtk_EXPORT StreamLineNumeration : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(StreamLineNumeration,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(StreamLinesIn,vtkPolyData*); BBTK_DECLARE_OUTPUT(StreamLinesOut,vtkPolyData*); BBTK_DECLARE_OUTPUT(NameOfScalarArray,std::string); 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(StreamLineNumeration,bbtk::AtomicBlackBox); BBTK_NAME("StreamLineNumeration"); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("Create Array Scalar 'creaNumeriration'"); BBTK_CATEGORY("Filter_vtkPolyData"); BBTK_INPUT(StreamLineNumeration,StreamLinesIn,"vtkPolyData",vtkPolyData*,""); BBTK_OUTPUT(StreamLineNumeration,StreamLinesOut,"vtkPolyData with new Scalar Array 'creaBNumeration'",vtkPolyData*,""); BBTK_OUTPUT(StreamLineNumeration,NameOfScalarArray,"Name of the new Scalar Array in the vtkPolyData",std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(StreamLineNumeration); //===== // 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 // __bbcreaVtkStreamLineNumeration_h_INCLUDED__