Mercurial > hg > orthanc-python
comparison Sources/Autogenerated/sdk_GlobalFunctions.impl.h @ 192:b0f096d2339e java-code-model
documentation of orthanc.RegisterRestCallback()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Jul 2024 18:25:53 +0200 |
parents | 30ed49f2487f |
children | d7a6e75558ee |
comparison
equal
deleted
inserted
replaced
191:30ed49f2487f | 192:b0f096d2339e |
---|---|
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 **/ | 19 **/ |
20 | 20 |
21 | 21 |
22 // WARNING: Auto-generated file. Do not modify it by hand. | 22 // WARNING: Auto-generated file. Do not modify it by hand. |
23 | |
24 | |
25 // Forward declaration of the custom global functions | |
26 extern PyObject *RegisterRestCallback(PyObject* module, PyObject *args); | |
27 // End of forward declarations | |
23 | 28 |
24 | 29 |
25 static PyObject* sdk_OrthancPluginAutodetectMimeType(PyObject* module, PyObject* args) | 30 static PyObject* sdk_OrthancPluginAutodetectMimeType(PyObject* module, PyObject* args) |
26 { | 31 { |
27 PythonLock::LogCall("Calling Python global function: OrthancPluginAutodetectMimeType()"); | 32 PythonLock::LogCall("Calling Python global function: OrthancPluginAutodetectMimeType()"); |
2010 "Generated from C function OrthancPluginTranscodeDicomInstance()" }, | 2015 "Generated from C function OrthancPluginTranscodeDicomInstance()" }, |
2011 { "UncompressImage", sdk_OrthancPluginUncompressImage, METH_VARARGS, | 2016 { "UncompressImage", sdk_OrthancPluginUncompressImage, METH_VARARGS, |
2012 "Generated from C function OrthancPluginUncompressImage()" }, | 2017 "Generated from C function OrthancPluginUncompressImage()" }, |
2013 { "WriteFile", sdk_OrthancPluginWriteFile, METH_VARARGS, | 2018 { "WriteFile", sdk_OrthancPluginWriteFile, METH_VARARGS, |
2014 "Generated from C function OrthancPluginWriteFile()" }, | 2019 "Generated from C function OrthancPluginWriteFile()" }, |
2020 { "RegisterRestCallback", RegisterRestCallback, METH_VARARGS, | |
2021 "Implemented in C++ function RegisterRestCallback()" }, | |
2015 { NULL, NULL } | 2022 { NULL, NULL } |
2016 }; | 2023 }; |
2017 | 2024 |
2018 | 2025 |
2019 PyMethodDef* GetOrthancSdkFunctions() | 2026 PyMethodDef* GetOrthancSdkFunctions() |