]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImageVtkProperties.h
no message
[bbtk.git] / packages / vtk / src / bbvtkImageVtkProperties.h
similarity index 58%
rename from packages/vtk/src/bbvtkImageProperties.h
rename to packages/vtk/src/bbvtkImageVtkProperties.h
index dfdefe0397073a7503a9d7327bac3faca9bebab5..d1e7084a37c14d1617324915a2143c3c1d376b24 100644 (file)
@@ -1,8 +1,8 @@
 //===== 
 // 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)
 //===== 
-#ifndef __bbvtkImageProperties_h_INCLUDED__
-#define __bbvtkImageProperties_h_INCLUDED__
+#ifndef __bbvtkImageVtkProperties_h_INCLUDED__
+#define __bbvtkImageVtkProperties_h_INCLUDED__
 #include "bbvtk_EXPORT.h"
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 namespace bbvtk
 {
 
-class bbvtk_EXPORT ImageProperties
+class bbvtk_EXPORT ImageVtkProperties
  : 
    public bbtk::AtomicBlackBox
 {
-  BBTK_BLACK_BOX_INTERFACE(ImageProperties,bbtk::AtomicBlackBox);
+  BBTK_BLACK_BOX_INTERFACE(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)
 //===== 
@@ -34,24 +34,24 @@ class bbvtk_EXPORT ImageProperties
 //===== 
 };
 
-BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageProperties,bbtk::AtomicBlackBox);
- BBTK_NAME("ImageProperties");
+BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageVtkProperties,bbtk::AtomicBlackBox);
+ BBTK_NAME("ImageVtkProperties");
  BBTK_AUTHOR("Info-Dev Creatis");
  BBTK_DESCRIPTION("Image information Dim, Spc, Type, MinMax");
  BBTK_CATEGORY("filter");
- BBTK_INPUT(ImageProperties,In,"Input image (vtk)",vtkImageData*,"");
- BBTK_OUTPUT(ImageProperties,Dimension,"Dimensions 1D 2D 3D",unsigned int,"");
- BBTK_OUTPUT(ImageProperties,MinMax,"Gray level range min and max",std::vector<float>,"");
- BBTK_OUTPUT(ImageProperties,Size,"Size of the image",std::vector<int>,"");
- BBTK_OUTPUT(ImageProperties,Spacing,"Spacing of the image",std::vector<float>,"");
- BBTK_OUTPUT(ImageProperties,TypeName,"Type format of the image",std::string,"");
- BBTK_OUTPUT(ImageProperties,Components,"Number of scalar components",int,"");
-BBTK_END_DESCRIBE_BLACK_BOX(ImageProperties);
+ BBTK_INPUT(ImageVtkProperties,In,"Input image (vtk)",vtkImageData*,"");
+ BBTK_OUTPUT(ImageVtkProperties,Dimension,"Dimensions 1D 2D 3D",unsigned int,"");
+ BBTK_OUTPUT(ImageVtkProperties,MinMax,"Gray level range min and max",std::vector<float>,"");
+ BBTK_OUTPUT(ImageVtkProperties,Size,"Size of the image",std::vector<int>,"");
+ BBTK_OUTPUT(ImageVtkProperties,Spacing,"Spacing of the image",std::vector<float>,"");
+ BBTK_OUTPUT(ImageVtkProperties,TypeName,"Type format of the image",std::string,"");
+ BBTK_OUTPUT(ImageVtkProperties,Components,"Number of scalar components",int,"");
+BBTK_END_DESCRIBE_BLACK_BOX(ImageVtkProperties);
 //===== 
 // 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)
 //===== 
 }
 // EO namespace bbvtk
 
-#endif // __bbvtkImageProperties_h_INCLUDED__
+#endif // __bbvtkImageVtkProperties_h_INCLUDED__