X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageFilter3DPointVector.h;fp=PackRecalage%2Fsrc%2FbbPackRecalageFilter3DPointVector.h;h=e59d77e3942b89df9e303cc5774d58225df05e00;hp=0000000000000000000000000000000000000000;hb=5b6e06ea55193ecce4fe2c59b1f3cb698835020b;hpb=9e77cea52961ce9043c8f3e5f86024a1b6588355 diff --git a/PackRecalage/src/bbPackRecalageFilter3DPointVector.h b/PackRecalage/src/bbPackRecalageFilter3DPointVector.h new file mode 100644 index 0000000..e59d77e --- /dev/null +++ b/PackRecalage/src/bbPackRecalageFilter3DPointVector.h @@ -0,0 +1,50 @@ +//===== +// 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 __bbPackRecalageFilter3DPointVector_h_INCLUDED__ +#define __bbPackRecalageFilter3DPointVector_h_INCLUDED__ +#include "bbPackRecalage_EXPORT.h" +#include "bbtkAtomicBlackBox.h" +#include "iostream" + +namespace bbPackRecalage +{ + +class bbPackRecalage_EXPORT Filter3DPointVector + : + public bbtk::AtomicBlackBox +{ + BBTK_BLACK_BOX_INTERFACE(Filter3DPointVector,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,std::vector); + BBTK_DECLARE_INPUT(Initial,std::vector); + BBTK_DECLARE_OUTPUT(Out,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(Filter3DPointVector,bbtk::AtomicBlackBox); + BBTK_NAME("Filter3DPointVector"); + BBTK_AUTHOR("Info-Dev"); + BBTK_DESCRIPTION("If the point vector is empty the initial value es taken"); + BBTK_CATEGORY("filter"); + + BBTK_INPUT(Filter3DPointVector,In,"Point Vector",std::vector,""); + BBTK_INPUT(Filter3DPointVector,Initial,"Initical values of the vector",std::vector,""); + + BBTK_OUTPUT(Filter3DPointVector,Out,"Out vector",std::vector,""); + +BBTK_END_DESCRIBE_BLACK_BOX(Filter3DPointVector); +//===== +// 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 bbPackRecalage + +#endif // __bbPackRecalageFilter3DPointVector_h_INCLUDED__ +