diff Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h @ 63:32de70a1e4c7

New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jun 2021 18:19:27 +0200
parents 23f3099bed47
children eb6ac5a801d1
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h	Fri May 28 10:53:18 2021 +0200
+++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h	Thu Jun 10 18:19:27 2021 +0200
@@ -17,18 +17,12 @@
  **/
 
 
-typedef struct 
-{
-  PyObject_HEAD
-
-  /* Type-specific fields go here. */
-  OrthancPluginDicomWebNode* object_;
-  bool borrowed_;
-} sdk_OrthancPluginDicomWebNode_Object;
+// Forward declaration of the autogenerated methods
+// End of forward declarations
 
 
-
-// Forward declaration of the methods
+// Forward declaration of the custom methods
+// End of forward declarations
 
 
 static PyMethodDef sdk_OrthancPluginDicomWebNode_Methods[] = {
@@ -103,7 +97,7 @@
 }
 
 
-PyObject* GetOrthancPluginDicomWebNodeType()
+PyTypeObject* GetOrthancPluginDicomWebNodeType()
 {
-  return (PyObject*) &sdk_OrthancPluginDicomWebNode_Type;
+  return &sdk_OrthancPluginDicomWebNode_Type;
 }