//===== // 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 __bbcreaMaracasVisuChInfo3Dto2DRuler_h_INCLUDED__ #define __bbcreaMaracasVisuChInfo3Dto2DRuler_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ChInfo3Dto2DRuler : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ChInfo3Dto2DRuler,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(CenterPointIn,std::vector); BBTK_DECLARE_INPUT(Angle,double); BBTK_DECLARE_INPUT(Direction,int); BBTK_DECLARE_INPUT(Size,int); BBTK_DECLARE_OUTPUT(OutPointX,std::vector); BBTK_DECLARE_OUTPUT(OutPointY,std::vector); BBTK_DECLARE_OUTPUT(OutPointZ,std::vector); BBTK_DECLARE_OUTPUT(RotationVector,std::vector); BBTK_DECLARE_OUTPUT(CenterPointOut,std::vector); 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(ChInfo3Dto2DRuler,bbtk::AtomicBlackBox); BBTK_NAME("ChInfo3Dto2DRuler"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ChInfo3Dto2DRuler,CenterPointIn,"Center point vector x,y,z ",std::vector,""); BBTK_INPUT(ChInfo3Dto2DRuler,Angle,"Angle in Deg. (0 default)",double,""); BBTK_INPUT(ChInfo3Dto2DRuler,Direction,"Direction -1=3D 0=YZ 1=WZ 2=XY(default) ",int,""); BBTK_INPUT(ChInfo3Dto2DRuler,Size,"Size in Pixels (10 default)",int,""); BBTK_OUTPUT(ChInfo3Dto2DRuler,OutPointX,"Output Point 2D new order",std::vector,""); BBTK_OUTPUT(ChInfo3Dto2DRuler,OutPointY,"Output Point 2D new order",std::vector,""); BBTK_OUTPUT(ChInfo3Dto2DRuler,OutPointZ,"Output Point 2D new order",std::vector,""); BBTK_OUTPUT(ChInfo3Dto2DRuler,RotationVector,"RotationVector (default ang=0, vx=0, vy=0, vz=1)",std::vector,""); BBTK_OUTPUT(ChInfo3Dto2DRuler,CenterPointOut,"Center point out",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(ChInfo3Dto2DRuler); //===== // 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 bbcreaMaracasVisu #endif // __bbcreaMaracasVisuChInfo3Dto2DRuler_h_INCLUDED__