Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Update s-rep extension #234

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

vicory
Copy link
Member

@vicory vicory commented Jan 20, 2021

Jared Vicory (1):
ENH: Rename files to fix Windows compilation issues

Jean-Christophe Fillion-Robin (12):
COMP: Refiner: Fix build error using nullptr
COMP: Refiner: Fix build error using "std::abs" instead of "abs"
COMP: Refiner: Fix unused-variable and unused-parameter warnings
COMP: Refiner: Fix sign-compare warnings
COMP: Refiner: Fix -Wmaybe-uninitialized warnings in vtkPolyData2ImageData
COMP: Refiner: Use nullptr and override keywords
COMP: Initializer: Fix unused-variable warning
COMP: Refiner: Fix object name in UI file
STYLE: Remove trailing whitespaces
STYLE: Expand tabs into four spaces
Merge pull request #29 from jcfr/cleanup-whitespaces
Merge branch 'misc-tweaks'

Zhiyuan (1):
Add support for converting SALT srep to legacy sreps

Zhiyuan Liu (20):
Improve SkeletalRepresentationRefiner and SkeletalRepresentationVisualizer
Merge pull request #27 from KitwareMedical/ENH_refinement-rebased
STYLE: Remove redundant file
COMP: C++11: Update source code to use nullptr
STYLE: .gitgnore: Fix regex excluding QtCreator project file
COMP: Refiner: Fix sign-compare and implicit conversion warnings
ENH: Update module title, contributor list and acknowledgment
ENH: Add support for saving initialized s-rep including fix connection of fold curve
Merge pull request #30 from KitwareMedical/ENH_refinement-rebased-2
remove unused functions and variables; resolve some compile warnings
Merge pull request #31 from ZhiyLiu/code_review
new features and fix in initializer
COMP: new feature (set the skeleton resolution) and fix in initializer
COMP: update readme to include more instructions of using the refiner and initializer
COMP: upload a screenshot to illustrate the result from the initializer
COMP: add a picture to illustrate operations in this extension
BUG: fix variable length of arrays to satisfy compiler in visusal studio
Merge pull request #38 from ZhiyLiu/ENH_interpolate
Reparametrize initial s-reps; Fix problems in the interpolation and refinement; Refine readme.md
Merge branch 'master' into COMP_fix_refinement

vicory (2):
Merge pull request #40 from ZhiyLiu/COMP_fix_refinement
Merge pull request #41 from vicory/compilation_fixes

Jared Vicory (1):
      ENH: Rename files to fix Windows compilation issues

Jean-Christophe Fillion-Robin (12):
      COMP: Refiner: Fix build error using nullptr
      COMP: Refiner: Fix build error using "std::abs" instead of "abs"
      COMP: Refiner: Fix unused-variable and unused-parameter warnings
      COMP: Refiner: Fix sign-compare warnings
      COMP: Refiner: Fix -Wmaybe-uninitialized warnings in vtkPolyData2ImageData
      COMP: Refiner: Use nullptr and override keywords
      COMP: Initializer: Fix unused-variable warning
      COMP: Refiner: Fix object name in UI file
      STYLE: Remove trailing whitespaces
      STYLE: Expand tabs into four spaces
      Merge pull request Kitware#29 from jcfr/cleanup-whitespaces
      Merge branch 'misc-tweaks'

Zhiyuan (1):
      Add support for converting SALT srep to legacy sreps

Zhiyuan Liu (20):
      Improve SkeletalRepresentationRefiner and SkeletalRepresentationVisualizer
      Merge pull request Kitware#27 from KitwareMedical/ENH_refinement-rebased
      STYLE: Remove redundant file
      COMP: C++11: Update source code to use nullptr
      STYLE: .gitgnore: Fix regex excluding QtCreator project file
      COMP: Refiner: Fix sign-compare and implicit conversion warnings
      ENH: Update module title, contributor list and acknowledgment
      ENH: Add support for saving initialized s-rep including fix connection of fold curve
      Merge pull request Kitware#30 from KitwareMedical/ENH_refinement-rebased-2
      remove unused functions and variables; resolve some compile warnings
      Merge pull request Kitware#31 from ZhiyLiu/code_review
      new features and fix in initializer
      COMP: new feature (set the skeleton resolution) and fix in initializer
      COMP: update readme to include more instructions of using the refiner and initializer
      COMP: upload a screenshot to illustrate the result from the initializer
      COMP: add a picture to illustrate operations in this extension
      BUG: fix variable length of arrays to satisfy compiler in visusal studio
      Merge pull request Kitware#38 from ZhiyLiu/ENH_interpolate
      Reparametrize initial s-reps; Fix problems in the interpolation and refinement; Refine readme.md
      Merge branch 'master' into COMP_fix_refinement

vicory (2):
      Merge pull request Kitware#40 from ZhiyLiu/COMP_fix_refinement
      Merge pull request Kitware#41 from vicory/compilation_fixes
@vicory vicory merged commit 2f3169b into Kitware:master Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant