]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImageVtkProperties.cxx
no message
[bbtk.git] / packages / vtk / src / bbvtkImageVtkProperties.cxx
similarity index 90%
rename from packages/vtk/src/bbvtkImageProperties.cxx
rename to packages/vtk/src/bbvtkImageVtkProperties.cxx
index f21bd700ba465970e3e2d15024d0cb231ed18cc0..aac617bf0f529a487d787cbdbb558e66d2c3f822 100644 (file)
@@ -1,17 +1,17 @@
 //===== 
 // 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 "bbvtkImageProperties.h"
+#include "bbvtkImageVtkProperties.h"
 #include "bbvtkPackage.h"
 namespace bbvtk
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(vtk,ImageProperties)
-BBTK_BLACK_BOX_IMPLEMENTATION(ImageProperties,bbtk::AtomicBlackBox);
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(vtk,ImageVtkProperties)
+BBTK_BLACK_BOX_IMPLEMENTATION(ImageVtkProperties,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 ImageProperties::Process()
+void ImageVtkProperties::Process()
 {
        unsigned int dim;
        int ext[6];
@@ -80,7 +80,7 @@ void ImageProperties::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 ImageProperties::bbUserSetDefaultValues()
+void ImageVtkProperties::bbUserSetDefaultValues()
 {
 
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX 
@@ -91,7 +91,7 @@ void ImageProperties::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 ImageProperties::bbUserInitializeProcessing()
+void ImageVtkProperties::bbUserInitializeProcessing()
 {
 
 //  THE INITIALIZATION METHOD BODY :
@@ -104,7 +104,7 @@ void ImageProperties::bbUserInitializeProcessing()
 //===== 
 // 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 ImageProperties::bbUserFinalizeProcessing()
+void ImageVtkProperties::bbUserFinalizeProcessing()
 {
 
 //  THE FINALIZATION METHOD BODY :