]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkHeartAngles.cxx
2187 BBTK Feature New Normal New feature creaVtk
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkHeartAngles.cxx
1 //===== 
2 // 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)
3 //===== 
4 #include "bbcreaVtkHeartAngles.h"
5 #include "bbcreaVtkPackage.h"
6 namespace bbcreaVtk
7 {
8
9 BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaVtk,HeartAngles)
10 BBTK_BLACK_BOX_IMPLEMENTATION(HeartAngles,bbtk::AtomicBlackBox);
11 //===== 
12 // 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)
13 //===== 
14 void HeartAngles::Process()
15 {
16
17 }
18 //===== 
19 // 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)
20 //===== 
21 void HeartAngles::bbUserSetDefaultValues()
22 {
23   
24 }
25 //===== 
26 // 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)
27 //===== 
28 void HeartAngles::bbUserInitializeProcessing()
29 {
30
31 //  THE INITIALIZATION METHOD BODY :
32 //    Here does nothing 
33 //    but this is where you should allocate the internal/output pointers 
34 //    if any 
35
36   
37 }
38 //===== 
39 // 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)
40 //===== 
41 void HeartAngles::bbUserFinalizeProcessing()
42 {
43
44 //  THE FINALIZATION METHOD BODY :
45 //    Here does nothing 
46 //    but this is where you should desallocate the internal/output pointers 
47 //    if any
48   
49 }
50 }
51 // EO namespace bbcreaVtk
52
53