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