//===== // 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 __bbcreaMaracasVisuChangeInformationPoint3Dto2D_h_INCLUDED__ #define __bbcreaMaracasVisuChangeInformationPoint3Dto2D_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ChangeInformationPoint3Dto2D : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ChangeInformationPoint3Dto2D,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(Angle,double); BBTK_DECLARE_INPUT(InPoint,std::vector); BBTK_DECLARE_INPUT(Direction,int); BBTK_DECLARE_OUTPUT(OutPoint,std::vector); BBTK_DECLARE_OUTPUT(NormalVector,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(ChangeInformationPoint3Dto2D,bbtk::AtomicBlackBox); BBTK_NAME("ChangeInformationPoint3Dto2D"); BBTK_AUTHOR("Info-Dev Creatis"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ChangeInformationPoint3Dto2D,Angle,"Angle in Deg. (0 default)",double,""); BBTK_INPUT(ChangeInformationPoint3Dto2D,InPoint,"Input Point 3D",std::vector,""); BBTK_INPUT(ChangeInformationPoint3Dto2D,Direction,"Direction -1=3D 0=YZ 1=WZ 2=XY(default) ",int,""); BBTK_OUTPUT(ChangeInformationPoint3Dto2D,OutPoint,"Output Point 2D",std::vector,""); BBTK_OUTPUT(ChangeInformationPoint3Dto2D,NormalVector,"NormalVector (default 0 0 1)",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(ChangeInformationPoint3Dto2D); //===== // 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 // __bbcreaMaracasVisuChangeInformationPoint3Dto2D_h_INCLUDED__