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

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 May 2023 22:00:38 +0200
parents f5db73779f2d
children 15f2e52835a1
line wrap: on
line diff
--- a/OrthancStone/Sources/OpenGL/OpenGLTextureArray.cpp	Wed May 03 16:48:59 2023 +0200
+++ b/OrthancStone/Sources/OpenGL/OpenGLTextureArray.cpp	Wed May 03 22:00:38 2023 +0200
@@ -223,7 +223,7 @@
     }
 
 
-    OpenGLTextureArray::DownloadedVolume::DownloadedVolume(const OpenGLTextureArray& texture) :
+    OpenGLTextureArray::DownloadedArray::DownloadedArray(const OpenGLTextureArray& texture) :
       format_(texture.format_),
       width_(texture.width_),
       height_(texture.height_),
@@ -282,7 +282,7 @@
     }
 
 
-    Orthanc::ImageAccessor* OpenGLTextureArray::DownloadedVolume::GetLayer(unsigned int layer) const
+    Orthanc::ImageAccessor* OpenGLTextureArray::DownloadedArray::GetLayer(unsigned int layer) const
     {
       if (layer >= depth_)
       {