BBTK_BEGIN_DESCRIBE_BLACK_BOX(InversCrop,bbtk::AtomicBlackBox);
BBTK_NAME("InversCrop");
BBTK_AUTHOR("InfoDev");
- BBTK_DESCRIPTION("Invers Crop, Both images had to have the same format");
+ BBTK_DESCRIPTION("(C++,Python) Invers Crop, Both images had to have the same format");
BBTK_CATEGORY("");
- BBTK_INPUT(InversCrop,Active,"true/false (default true)",bool,"");
+ BBTK_INPUT(InversCrop,Active,"(default true) true/false",bool,"");
BBTK_INPUT(InversCrop,Type,"(default 0) 0=Create image for the result FixImage+MoveImage, 1=Use the FixImage as output",int,"");
BBTK_INPUT(InversCrop,ImageFix,"Fix Image (necesary). Need same format of ImageMove",vtkImageData*,"");
BBTK_INPUT(InversCrop,ImageMove,"Move Image (necesary). Need same format of ImageFix",vtkImageData*,"");
- BBTK_INPUT(InversCrop,Origin,"Position to be put de Move Image (default 0,0,0 )",std::vector<int>,"");
+ BBTK_INPUT(InversCrop,Origin,"(default 0,0,0 ) Position to be put de Move Image",std::vector<int>,"");
BBTK_OUTPUT(InversCrop,Out,"First output",vtkImageData*,"");
BBTK_END_DESCRIBE_BLACK_BOX(InversCrop);
//=====