[pubgit-commits-list] creaVtk branch vtk9itk5wx3-macos updated. ccd9515764b83d719668120ccf8496a8fc6e804b
root
root at tux.creatis.insa-lyon.fr
Thu Aug 25 10:47:05 CEST 2022
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 "Utilities in vtk".
The branch, vtk9itk5wx3-macos has been updated
via ccd9515764b83d719668120ccf8496a8fc6e804b (commit)
from 464deff51f697881cd76b3cfb934859cd7c31df7 (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=creaVtk.git;a=commitdiff;h=ccd9515764b83d719668120ccf8496a8fc6e804b
commit ccd9515764b83d719668120ccf8496a8fc6e804b
Author: Eduardo DAVILA <davila at creatis.insa-lyon.fr>
Date: Thu Aug 25 10:46:59 2022 +0200
#3493 MeshManager
-----------------------------------------------------------------------
Summary of changes:
.../bbcreaVtkBooleanOperationPolyDataFilter.cxx | 29 +-
...tkExtractEdges.cxx => bbcreaVtkMeshManager.cxx} | 53 +-
...reaVtkExtractEdges.h => bbcreaVtkMeshManager.h} | 34 +-
...dget_Base.cxx => bbcreaVtkMeshManager_tool.cxx} | 50 +-
...aVtkStlWriter.h => bbcreaVtkMeshManager_tool.h} | 36 +-
.../creaVtk/MeshManagerModel.cpp | 43 +-
...eamLineCreateColorInfo.h => MeshManagerModel.h} | 33 +-
lib/creaVtk/Utilities.cxx | 239 ++
lib/creaVtk/Utilities.h | 141 +
lib/creaVtk/vtkPolyDataBooleanFilter.cxx | 3376 ++++++++++++++++++++
lib/creaVtk/vtkPolyDataBooleanFilter.h | 298 ++
lib/creaVtk/vtkPolyDataContactFilter.cxx | 912 ++++++
lib/creaVtk/vtkPolyDataContactFilter.h | 151 +
13 files changed, 5280 insertions(+), 115 deletions(-)
copy bbtk_creaVtk_PKG/src/{bbcreaVtkExtractEdges.cxx => bbcreaVtkMeshManager.cxx} (72%)
copy bbtk_creaVtk_PKG/src/{bbcreaVtkExtractEdges.h => bbcreaVtkMeshManager.h} (53%)
copy bbtk_creaVtk_PKG/src/{bbcreaVtkPlaneWidget_Base.cxx => bbcreaVtkMeshManager_tool.cxx} (68%)
copy bbtk_creaVtk_PKG/src/{bbcreaVtkStlWriter.h => bbcreaVtkMeshManager_tool.h} (53%)
copy bbtk_creaVtk_PKG/doc/doxygen/DoxyMainPage.txt.in => lib/creaVtk/MeshManagerModel.cpp (68%)
copy lib/creaVtk/{vtkStreamLineCreateColorInfo.h => MeshManagerModel.h} (78%)
create mode 100644 lib/creaVtk/Utilities.cxx
create mode 100644 lib/creaVtk/Utilities.h
create mode 100644 lib/creaVtk/vtkPolyDataBooleanFilter.cxx
create mode 100644 lib/creaVtk/vtkPolyDataBooleanFilter.h
create mode 100644 lib/creaVtk/vtkPolyDataContactFilter.cxx
create mode 100644 lib/creaVtk/vtkPolyDataContactFilter.h
hooks/post-receive
--
Utilities in vtk
More information about the Pubgit-commits-list
mailing list