Skip to content
Snippets Groups Projects
  1. Nov 02, 2011
  2. Nov 01, 2011
    • Julien Malik's avatar
    • Julien Malik's avatar
      BUG: fix Java SWIG wrappers · 3ef3fa67
      Julien Malik authored
      * Fix segfault in Registry::CreateApplication, but still return an Application object, not Application_Pointer
        This is done by renaming the original Registry::CreateApplication method to Registry::CreateApplicationInternal,
        and then creating an artificial Registry::CreateApplication method in Java which calls CreateApplicationInternal,
        and then __deref__ on the result to get an Application object
      * need to comment out %ignore itkClass##_Pointer so that Application_Pointer is wrapped
      * add necessary typemaps (inspired from SWIG Java doc) for converting between C++ std::vector<std::string> to/from Java String[]
      3ef3fa67
  3. Oct 28, 2011
  4. Oct 27, 2011
  5. Oct 26, 2011
  6. Oct 25, 2011
  7. Jun 09, 2011
  8. Oct 25, 2011
  9. Oct 24, 2011
  10. Oct 22, 2011
  11. Oct 21, 2011
  12. Oct 20, 2011
  13. Oct 14, 2011
Loading