diff Sources/Autogenerated/orthanc.pyi @ 191:30ed49f2487f java-code-model

removed pointless function orthanc.CreateMemoryBuffer()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 18:00:52 +0200
parents 87e546600cbe
children b0f096d2339e
line wrap: on
line diff
--- a/Sources/Autogenerated/orthanc.pyi	Tue Jul 02 17:27:44 2024 +0200
+++ b/Sources/Autogenerated/orthanc.pyi	Tue Jul 02 18:00:52 2024 +0200
@@ -1486,18 +1486,6 @@
       Image: The newly allocated image. It must be freed with OrthancPluginFreeImage().
     """
     ...
-# Create a new memory buffer managed by the Orthanc core
-def CreateMemoryBuffer(size: int) -> bytes:
-    """
-    Create a new memory buffer managed by the Orthanc core
-
-    Args:
-      size (int): Size of the memory buffer to be created
-
-    Returns:
-      bytes: The newly allocated memory buffer
-    """
-    ...
 # This function decodes one frame of a DICOM image that is stored in a memory buffer
 def DecodeDicomImage(buffer: bytes, frame_index: int) -> Image:
     """