]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkImageVtkProperties.h
#3515 Add ext to ImagaVtkProperties box
[bbtk.git] / packages / vtk / src / bbvtkImageVtkProperties.h
index e22e13af3f852ea7d6174e565c6d0899aa79f72d..23d43eafd2f045cbadb772855ba7aa2f1dba235a 100644 (file)
@@ -54,6 +54,7 @@ class bbvtk_EXPORT ImageVtkProperties
        BBTK_DECLARE_OUTPUT(Dimension,unsigned int);
        BBTK_DECLARE_OUTPUT(MinMax,std::vector<double>);
        BBTK_DECLARE_OUTPUT(Size,std::vector<int>);
+    BBTK_DECLARE_OUTPUT(Extent,std::vector<int>);
        BBTK_DECLARE_OUTPUT(Spacing,std::vector<double>);
        BBTK_DECLARE_OUTPUT(TypeName,std::string);
        BBTK_DECLARE_OUTPUT(Components,int);
@@ -74,6 +75,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageVtkProperties,bbtk::AtomicBlackBox);
  BBTK_OUTPUT(ImageVtkProperties,Dimension,"Dimensions 1D 2D 3D",unsigned int,"");
  BBTK_OUTPUT(ImageVtkProperties,MinMax,"Gray level range min and max",std::vector<double>,"");
  BBTK_OUTPUT(ImageVtkProperties,Size,"Size of the image",std::vector<int>,"");
+ BBTK_OUTPUT(ImageVtkProperties,Extent,"Extent of the image",std::vector<int>,"");
  BBTK_OUTPUT(ImageVtkProperties,Spacing,"Spacing of the image",std::vector<double>,"");
  BBTK_OUTPUT(ImageVtkProperties,TypeName,"Type format of the image",std::string,"");
  BBTK_OUTPUT(ImageVtkProperties,Components,"Number of scalar components",int,"");