X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkImage3DVector.cxx~;fp=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkImage3DVector.cxx~;h=0000000000000000000000000000000000000000;hb=a8769cd2a4eea19ed0b931a204319e4739f088a5;hp=8be9357f3c25f1f09fd159e8856169f4b341b254;hpb=cedf328faed11a665560ffb006081bea1d838c68;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkImage3DVector.cxx~ b/bbtk_creaVtk_PKG/src/bbcreaVtkImage3DVector.cxx~ deleted file mode 100644 index 8be9357..0000000 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkImage3DVector.cxx~ +++ /dev/null @@ -1,62 +0,0 @@ -//===== -// 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 "bbcreaVtkImage3DVector.h" -#include "bbcreaVtkPackage.h" -#include "creaVtkClass.h" -#include "vtkImageData.h" - -namespace bbcreaVtk -{ - -BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaVtk,Image3DVector) -BBTK_BLACK_BOX_IMPLEMENTATION(Image3DVector,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 Image3DVector::Process() -{ - - creaVtkClass cvtkc; - bbSetOutputOut( cvtkc.Ima3DVectorM ((unsigned int)bbGetInputNbImagesPerRow(), (unsigned int)bbGetInputNbImagesInMosaic(), bbGetInputIn() ) ); - -} -//===== -// 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 Image3DVector::bbUserSetDefaultValues() -{ - - bbSetInputNbImagesPerRow(0); - bbSetInputNbImagesInMosaic(0); - -} -//===== -// 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 Image3DVector::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 Image3DVector::bbUserFinalizeProcessing() -{ - -// THE FINALIZATION METHOD BODY : -// Here does nothing -// but this is where you should desallocate the internal/output pointers -// if any - -} -} -// EO namespace bbcreaVtk - -