]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/UniqueValuesContainer.h
...
[FrontAlgorithms.git] / lib / fpa / Base / UniqueValuesContainer.h
index bc2b17cbea00c545daa62292451150d701cbf1cd..eb554bbe73740116fc45307a55c3d2cde2e6ec5f 100644 (file)
@@ -49,6 +49,8 @@ namespace fpa
         { return( this->Get( ).begin( ) ); }
       ConstIterator End( ) const
         { return( this->Get( ).end( ) ); }
+      unsigned long Size( ) const
+        { return( this->Get( ).size( ) ); }
 
     protected:
       UniqueValuesContainer( )