-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
#include "bbmySamplePackagemySampleBoxWithITK.h"
#include "bbmySamplePackagePackage.h"
namespace bbmySamplePackage
BBTK_ADD_BLACK_BOX_TO_PACKAGE(mySamplePackage,mySampleBoxWithITK)
BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithITK,bbtk::AtomicBlackBox);
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithITK::Process()
{
// * TYPE is the C++ type of the input/output
// (the one provided in the attribute 'type' of the tag 'input')
bbSetOutputOut( bbGetInputIn() );
- std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
-
+ std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
}
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithITK::bbUserSetDefaultValues()
{
// SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX
// Here we initialize the input 'In' to 0
bbSetInputIn(0);
-
}
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithITK::bbUserInitializeProcessing()
{
-
// THE INITIALIZATION METHOD BODY :
// Here does nothing
// but this is where you should allocate the internal/output pointers
// if any
-
-
}
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithITK::bbUserFinalizeProcessing()
{
-
// THE FINALIZATION METHOD BODY :
// Here does nothing
// but this is where you should desallocate the internal/output pointers
// if any
}
+
}
// EO namespace bbmySamplePackage
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
#ifndef __bbmySamplePackagemySampleBoxWithITK_h_INCLUDED__
#define __bbmySamplePackagemySampleBoxWithITK_h_INCLUDED__
#include "bbmySamplePackage_EXPORT.h"
public bbtk::AtomicBlackBox
{
BBTK_BLACK_BOX_INTERFACE(mySampleBoxWithITK,bbtk::AtomicBlackBox);
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
BBTK_DECLARE_INPUT(In,double);
BBTK_DECLARE_OUTPUT(Out,double);
BBTK_PROCESS(Process);
void Process();
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
};
BBTK_BEGIN_DESCRIBE_BLACK_BOX(mySampleBoxWithITK,bbtk::AtomicBlackBox);
BBTK_INPUT(mySampleBoxWithITK,In,"First input",double,"");
BBTK_OUTPUT(mySampleBoxWithITK,Out,"First output",double,"");
BBTK_END_DESCRIBE_BLACK_BOX(mySampleBoxWithITK);
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
}
// EO namespace bbmySamplePackage
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
#include "bbmySamplePackagemySampleBoxWithVTK.h"
#include "bbmySamplePackagePackage.h"
namespace bbmySamplePackage
BBTK_ADD_BLACK_BOX_TO_PACKAGE(mySamplePackage,mySampleBoxWithVTK)
BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithVTK,bbtk::AtomicBlackBox);
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithVTK::Process()
{
std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
}
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithVTK::bbUserSetDefaultValues()
{
bbSetInputIn(0);
}
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithVTK::bbUserInitializeProcessing()
{
}
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
void mySampleBoxWithVTK::bbUserFinalizeProcessing()
{
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
#ifndef __bbmySamplePackagemySampleBoxWithVTK_h_INCLUDED__
#define __bbmySamplePackagemySampleBoxWithVTK_h_INCLUDED__
#include "bbmySamplePackage_EXPORT.h"
public bbtk::AtomicBlackBox
{
BBTK_BLACK_BOX_INTERFACE(mySampleBoxWithVTK,bbtk::AtomicBlackBox);
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
BBTK_DECLARE_INPUT(In,double);
BBTK_DECLARE_OUTPUT(Out,double);
BBTK_PROCESS(Process);
void Process();
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
};
BBTK_BEGIN_DESCRIBE_BLACK_BOX(mySampleBoxWithVTK,bbtk::AtomicBlackBox);
BBTK_INPUT(mySampleBoxWithVTK,In,"First input",double,"");
BBTK_OUTPUT(mySampleBoxWithVTK,Out,"First output",double,"");
BBTK_END_DESCRIBE_BLACK_BOX(mySampleBoxWithVTK);
-//=====
-// Don't edit this file. This file is generated from xml description..
-//=====
+
}
// EO namespace bbmySamplePackage