[pubgit-commits-list] creaContours branch vtk8itk5wx3-macos updated. c86e56d7883a16ec6734f64b61b3d87e49527a43

root root at tux.creatis.insa-lyon.fr
Thu Dec 9 11:45:41 CET 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Application to draw contours manually".

The branch, vtk8itk5wx3-macos has been updated
       via  c86e56d7883a16ec6734f64b61b3d87e49527a43 (commit)
       via  a28ed40906998f6f376c2e4f68341a8df3cb5015 (commit)
       via  9d4ab8e7b89d3c595787fe6e2ca08cf2c5510f27 (commit)
       via  987fba348941c0c59d783d0a803d97d3fb740e5e (commit)
       via  fb263161d35e038b20630dbf6566df07777ec027 (commit)
       via  0ac5c532df0c8e1506a58b22ccb4369426f56c4f (commit)
       via  6b1e60b233628dde72721c9fac669f2fcf7eb49b (commit)
       via  6169c4084c0371bd7bf8d961b4bad3a1f58ba12b (commit)
       via  d159e387860d2e3a4af51d7b143e3e8a962dd205 (commit)
       via  9ff44b27d3213ad802523f2dd4eb8572f3551183 (commit)
       via  00bfeafb3fccce1256ae503a345ebfcaacc6a960 (commit)
       via  cc5335c400c0186080bde08a41071433c807b2bd (commit)
       via  6afda9ffe8fc5ee4fd7d6fa2ae006a0c78b5b1d8 (commit)
       via  ef966ac5e14dc46db8fc657c7892c9af975eb2a3 (commit)
       via  d8ae77db08ab2e951c0e984c20fc47b615744abb (commit)
       via  87001c540c1fbcdf21ea7f994d620c8341755848 (commit)
       via  e32d2f64d379e26224d4a3b67fa8f3ea7670c2ca (commit)
       via  9c3e9dac7175adc08659330ec8b10233b467bd2d (commit)
       via  87eb16df886e4afe2d53ddf115de54cf8fe25665 (commit)
      from  ddf2bb21801064ffc7aa5779a5e58edadbd767bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff;h=c86e56d7883a16ec6734f64b61b3d87e49527a43
commit c86e56d7883a16ec6734f64b61b3d87e49527a43
Merge: ddf2bb2 a28ed40
Author: Eduardo DAVILA <davila at creatis.insa-lyon.fr>
Date:   Thu Dec 9 11:38:03 2021 +0100

    Merge remote-tracking branch 'origin/vtk8itk5wx3-mingw64' into vtk8itk5wx3-macos


-----------------------------------------------------------------------

Summary of changes:
 appli/wxContourGUIExample/wxContourGUIExample.cxx  |   5 -
 bbtk/src/bbCreaContournDimensions.cxx              |  38 +-
 bbtk/src/bbCreaContournDimensions.h                |  28 +-
 bbtk/src/bbcreaContoursGetWxVtkBaseView.cxx        |  81 ++
 bbtk/src/bbcreaContoursGetWxVtkBaseView.h          |  52 ++
 bbtk/src/bbcreaContoursOnSave.cxx                  |  84 ++
 bbtk/src/bbcreaContoursOnSave.h                    |  48 ++
 bbtk/src/bbcreaContoursSetColorLayerImage.cxx      |  84 ++
 bbtk/src/bbcreaContoursSetColorLayerImage.h        |  53 ++
 bbtk/src/bbcreaContoursSetFileLocation.cxx         |  90 ++
 bbtk/src/bbcreaContoursSetFileLocation.h           |  49 ++
 bbtk/src/bbcreaContoursSetViewerPosition.cxx       | 127 +++
 bbtk/src/bbcreaContoursSetViewerPosition.h         |  60 ++
 .../interfDeleteMenu.cxx                           |  15 +-
 lib/Interface_Icons_NDimensions/interfDeleteMenu.h |   5 +-
 .../interfImageToolsMenu.cxx                       |  17 -
 .../interfMainPanel.cxx                            |  77 +-
 lib/Interface_Icons_NDimensions/interfMainPanel.h  |   5 +-
 .../interfSegmentationPanels.cxx                   |  16 +-
 .../interfToolsPanels.cxx                          |  93 ++-
 .../interfToolsPanels.h                            |  30 +-
 .../wxContourMainFrame.cxx                         | 920 ++++++++++-----------
 .../wxContourMainFrame.h                           |  42 +-
 .../wxContourViewPanel.cxx                         |  89 +-
 .../wxContourViewPanel.h                           |  56 +-
 .../wxInstantChooserPanel.h                        |  50 +-
 .../wxVtkBaseView_SceneManager.cxx                 |  69 +-
 .../wxVtkBaseView_SceneManager.h                   |   7 +-
 .../KernelManagerContour.cxx                       |   2 +-
 29 files changed, 1538 insertions(+), 754 deletions(-)
 create mode 100644 bbtk/src/bbcreaContoursGetWxVtkBaseView.cxx
 create mode 100644 bbtk/src/bbcreaContoursGetWxVtkBaseView.h
 create mode 100644 bbtk/src/bbcreaContoursOnSave.cxx
 create mode 100644 bbtk/src/bbcreaContoursOnSave.h
 create mode 100644 bbtk/src/bbcreaContoursSetColorLayerImage.cxx
 create mode 100644 bbtk/src/bbcreaContoursSetColorLayerImage.h
 create mode 100644 bbtk/src/bbcreaContoursSetFileLocation.cxx
 create mode 100644 bbtk/src/bbcreaContoursSetFileLocation.h
 create mode 100644 bbtk/src/bbcreaContoursSetViewerPosition.cxx
 create mode 100644 bbtk/src/bbcreaContoursSetViewerPosition.h


hooks/post-receive
-- 
Application to draw contours manually


More information about the Pubgit-commits-list mailing list