X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=DEVELOPPER;h=8df07c5f0948215e219453a8b3301e32634c626c;hb=f4a570a8bffc0aca7f567a397c7fd37d68e041c8;hp=dfcfe0334d8d0b337cdb584374884981fcacb170;hpb=35d42d4166f9dae6312ec59765e08b48f9ef946f;p=gdcm.git diff --git a/DEVELOPPER b/DEVELOPPER index dfcfe033..8df07c5f 100644 --- a/DEVELOPPER +++ b/DEVELOPPER @@ -25,6 +25,7 @@ The following comments are intended for core gdcm developpers. gdcmHeader = gdcm.gdcmHeader gdcmDictSet = gdcm.gdcmDictSet gdcmFile = gdcm.gdcmFile + [etc.] Hence this whole Swig wrapping process is quite odd since we shall wrap more classes (%include in swig.i) that eventually get exported to the final user by gdcmPython/__init__.py.