comparison Plugins/Engine/PluginsEnumerations.h @ 1669:a412ad57f0f9 db-changes

refactoring of sample plugins, OrthancPluginReconstructMainDicomTags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Oct 2015 11:55:25 +0200
parents 5360cdba70d8
children 2f2e2ec17bc4
comparison
equal deleted inserted replaced
1668:de1413733c97 1669:a412ad57f0f9
43 { 43 {
44 namespace Plugins 44 namespace Plugins
45 { 45 {
46 OrthancPluginResourceType Convert(ResourceType type); 46 OrthancPluginResourceType Convert(ResourceType type);
47 47
48 ResourceType Convert(OrthancPluginResourceType type);
49
48 OrthancPluginChangeType Convert(ChangeType type); 50 OrthancPluginChangeType Convert(ChangeType type);
49 51
50 OrthancPluginPixelFormat Convert(PixelFormat format); 52 OrthancPluginPixelFormat Convert(PixelFormat format);
51 53
52 PixelFormat Convert(OrthancPluginPixelFormat format); 54 PixelFormat Convert(OrthancPluginPixelFormat format);