From ef3e6b8fb309c3b23d527b270082bf8c0a605df4 Mon Sep 17 00:00:00 2001 From: ctorres Date: Tue, 26 Nov 2013 15:42:50 +0100 Subject: [PATCH] 2187 BBTK Feature New Normal New feature creaVtk --- bbtk_creaVtk_PKG/src/bbcreaVtkHeartAngles.cxx | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bbtk_creaVtk_PKG/src/bbcreaVtkHeartAngles.cxx diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkHeartAngles.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkHeartAngles.cxx new file mode 100644 index 0000000..b0c9079 --- /dev/null +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkHeartAngles.cxx @@ -0,0 +1,53 @@ +//===== +// 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) +//===== +#include "bbcreaVtkHeartAngles.h" +#include "bbcreaVtkPackage.h" +namespace bbcreaVtk +{ + +BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaVtk,HeartAngles) +BBTK_BLACK_BOX_IMPLEMENTATION(HeartAngles,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) +//===== +void HeartAngles::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) +//===== +void HeartAngles::bbUserSetDefaultValues() +{ + +} +//===== +// 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) +//===== +void HeartAngles::bbUserInitializeProcessing() +{ + +// THE INITIALIZATION METHOD BODY : +// Here does nothing +// but this is where you should allocate the internal/output pointers +// if any + + +} +//===== +// 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) +//===== +void HeartAngles::bbUserFinalizeProcessing() +{ + +// THE FINALIZATION METHOD BODY : +// Here does nothing +// but this is where you should desallocate the internal/output pointers +// if any + +} +} +// EO namespace bbcreaVtk + + -- 2.45.0