diff OrthancStone/Sources/OpenGL/OpenGLTextureArray.h @ 2063:b6b5e1ca1cc2 deep-learning

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 May 2023 22:00:38 +0200
parents 86e0e92a2e0d
children 15f2e52835a1
line wrap: on
line diff
--- a/OrthancStone/Sources/OpenGL/OpenGLTextureArray.h	Wed May 03 16:48:59 2023 +0200
+++ b/OrthancStone/Sources/OpenGL/OpenGLTextureArray.h	Wed May 03 22:00:38 2023 +0200
@@ -105,7 +105,7 @@
       void Upload(const Orthanc::ImageAccessor& image,
                   unsigned int layer);
 
-      class DownloadedVolume : public boost::noncopyable
+      class DownloadedArray : public boost::noncopyable
       {
       private:
         std::string           buffer_;
@@ -115,7 +115,7 @@
         unsigned int          depth_;
 
       public:
-        DownloadedVolume(const OpenGLTextureArray& texture);
+        DownloadedArray(const OpenGLTextureArray& texture);
 
         Orthanc::PixelFormat GetFormat() const
         {