comparison SharedLibrary/AUTOGENERATED/ExternC.cpp @ 8:6d59828e2662

removal of Orthanc namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 10:55:32 +0200
parents 2e999f3e84b4
children e59bf2554e59
comparison
equal deleted inserted replaced
7:39730d6727f3 8:6d59828e2662
816 { 816 {
817 return LAAW_EXTERNC_CopyString("..."); 817 return LAAW_EXTERNC_CopyString("...");
818 } 818 }
819 } 819 }
820 820
821 LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_4dcc7a0fd025efba251ac6e9b701c2c5(void* thisObject, void* arg0, int32_t arg1, int64_t arg2, int64_t arg3) 821 LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_9d10cc8dcf357500a8073367c6f6bb04(void* thisObject, void* arg0, int32_t arg1, int64_t arg2, int64_t arg3)
822 { 822 {
823 try 823 try
824 { 824 {
825 #ifdef LAAW_EXTERNC_START_FUNCTION 825 #ifdef LAAW_EXTERNC_START_FUNCTION
826 LAAW_EXTERNC_START_FUNCTION; 826 LAAW_EXTERNC_START_FUNCTION;
827 #endif 827 #endif
828 828
829 OrthancClient::Series* this_ = static_cast<OrthancClient::Series*>(thisObject); 829 OrthancClient::Series* this_ = static_cast<OrthancClient::Series*>(thisObject);
830 this_->Load3DImage(reinterpret_cast< void* >(arg0), static_cast< ::Orthanc::PixelFormat >(arg1), arg2, arg3); 830 this_->Load3DImage(reinterpret_cast< void* >(arg0), static_cast< ::OrthancClient::PixelFormat >(arg1), arg2, arg3);
831 831
832 return NULL; 832 return NULL;
833 } 833 }
834 catch (::Laaw::LaawException& e) 834 catch (::Laaw::LaawException& e)
835 { 835 {
836 return LAAW_EXTERNC_CopyString(e.What()); 836 return LAAW_EXTERNC_CopyString(e.What());
837 } 837 }
838 catch (...) 838 catch (...)
839 { 839 {
840 return LAAW_EXTERNC_CopyString("..."); 840 return LAAW_EXTERNC_CopyString("...");
841 } 841 }
842 } 842 }
843 843
844 LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_b2601a161c24ad0a1d3586246f87452c(void* thisObject, void* arg0, int32_t arg1, int64_t arg2, int64_t arg3, float* arg4) 844 LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_714da7570408ed3e83ee2ff4e551f8c1(void* thisObject, void* arg0, int32_t arg1, int64_t arg2, int64_t arg3, float* arg4)
845 { 845 {
846 try 846 try
847 { 847 {
848 #ifdef LAAW_EXTERNC_START_FUNCTION 848 #ifdef LAAW_EXTERNC_START_FUNCTION
849 LAAW_EXTERNC_START_FUNCTION; 849 LAAW_EXTERNC_START_FUNCTION;
850 #endif 850 #endif
851 851
852 OrthancClient::Series* this_ = static_cast<OrthancClient::Series*>(thisObject); 852 OrthancClient::Series* this_ = static_cast<OrthancClient::Series*>(thisObject);
853 this_->Load3DImage(reinterpret_cast< void* >(arg0), static_cast< ::Orthanc::PixelFormat >(arg1), arg2, arg3, reinterpret_cast< float* >(arg4)); 853 this_->Load3DImage(reinterpret_cast< void* >(arg0), static_cast< ::OrthancClient::PixelFormat >(arg1), arg2, arg3, reinterpret_cast< float* >(arg4));
854 854
855 return NULL; 855 return NULL;
856 } 856 }
857 catch (::Laaw::LaawException& e) 857 catch (::Laaw::LaawException& e)
858 { 858 {
1088 { 1088 {
1089 return LAAW_EXTERNC_CopyString("..."); 1089 return LAAW_EXTERNC_CopyString("...");
1090 } 1090 }
1091 } 1091 }
1092 1092
1093 LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_2a437b7aba6bb01e81113835be8f0146(void* thisObject, int32_t arg0) 1093 LAAW_EXPORT_DLL_API char* LAAW_CALL_CONVENTION LAAW_EXTERNC_735f94cad8af82c24a66281b057c73ae(void* thisObject, int32_t arg0)
1094 { 1094 {
1095 try 1095 try
1096 { 1096 {
1097 #ifdef LAAW_EXTERNC_START_FUNCTION 1097 #ifdef LAAW_EXTERNC_START_FUNCTION
1098 LAAW_EXTERNC_START_FUNCTION; 1098 LAAW_EXTERNC_START_FUNCTION;
1099 #endif 1099 #endif
1100 1100
1101 OrthancClient::Instance* this_ = static_cast<OrthancClient::Instance*>(thisObject); 1101 OrthancClient::Instance* this_ = static_cast<OrthancClient::Instance*>(thisObject);
1102 this_->SetImageExtractionMode(static_cast< ::Orthanc::ImageExtractionMode >(arg0)); 1102 this_->SetImageExtractionMode(static_cast< ::OrthancClient::ImageExtractionMode >(arg0));
1103 1103
1104 return NULL; 1104 return NULL;
1105 } 1105 }
1106 catch (::Laaw::LaawException& e) 1106 catch (::Laaw::LaawException& e)
1107 { 1107 {