{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":249767023,"defaultBranch":"main","name":"vtkAddon","ownerLogin":"Slicer","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-24T17:00:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/324362?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1678861564.71205","currentOid":""},"activityList":{"items":[{"before":"03f7dfdd3a7eef955bb033df61d0fc19028ac2a6","after":"960c2e3c8aa5155951930b53f1590f3db8f94d80","ref":"refs/heads/main","pushedAt":"2023-10-26T20:52:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"COMP: Update vtkImageLabelDilate3D adding includes for used STL containers\n\nThis addresses build error on system where such headers are not indirectly\nincluded.","shortMessageHtmlLink":"COMP: Update vtkImageLabelDilate3D adding includes for used STL conta…"}},{"before":"87e5df9ac609a2d7a21991f7cba37c5b51482d7e","after":"03f7dfdd3a7eef955bb033df61d0fc19028ac2a6","ref":"refs/heads/main","pushedAt":"2023-10-26T02:49:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkImageLabelDilate3D filter\n\nUsed when coloring a scalar volume using segmentation and we want to make sure\nthat labels cover the underlying structure and a bit further (to color also the\ntransition of the masked voxels).\n\nCo-authored-by: Jean-Christophe Fillion-Robin ","shortMessageHtmlLink":"ENH: Add vtkImageLabelDilate3D filter"}},{"before":"63faa0d100671d0c921ff985ee1a20beb6575371","after":"87e5df9ac609a2d7a21991f7cba37c5b51482d7e","ref":"refs/heads/main","pushedAt":"2023-10-26T01:57:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"COMP: Fix deprecation warnings by explicitly calling vtkStdString::c_str()\n\nThis commit fixes warnings like the following:\n\n/path/to/vtkAddon/Testing/vtkPersonInformationTest1.cxx: In function ‘int vtkPersonInformationTest1(int, char**)’:\n/path/to/vtkAddon/vtkAddonTestingMacros.h:159:101: warning: ‘vtkStdString::operator const char*()’ is deprecated: Call `.c_str()` explicitly [-Wdeprecated-declarations]\n 159 | if (!vtkAddonTestingUtilities::CheckString(__LINE__,#actual \" != \" #expected, (actual), (expected))) \\\n | ^","shortMessageHtmlLink":"COMP: Fix deprecation warnings by explicitly calling vtkStdString::c_…"}},{"before":"87e5df9ac609a2d7a21991f7cba37c5b51482d7e","after":"63faa0d100671d0c921ff985ee1a20beb6575371","ref":"refs/heads/main","pushedAt":"2023-10-26T01:37:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkImageLabelDilate3D filter\n\nUsed when coloring a scalar volume using segmentation and we want to make sure\nthat labels cover the underlying structure and a bit further (to color also the\ntransition of the masked voxels).\n\nCo-authored-by: Jean-Christophe Fillion-Robin ","shortMessageHtmlLink":"ENH: Add vtkImageLabelDilate3D filter"}},{"before":"6fafe5e50d85751552fc58449507983faba52704","after":"87e5df9ac609a2d7a21991f7cba37c5b51482d7e","ref":"refs/heads/main","pushedAt":"2023-10-26T01:24:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"COMP: Fix deprecation warnings by explicitly calling vtkStdString::c_str()\n\nThis commit fixes warnings like the following:\n\n/path/to/vtkAddon/Testing/vtkPersonInformationTest1.cxx: In function ‘int vtkPersonInformationTest1(int, char**)’:\n/path/to/vtkAddon/vtkAddonTestingMacros.h:159:101: warning: ‘vtkStdString::operator const char*()’ is deprecated: Call `.c_str()` explicitly [-Wdeprecated-declarations]\n 159 | if (!vtkAddonTestingUtilities::CheckString(__LINE__,#actual \" != \" #expected, (actual), (expected))) \\\n | ^","shortMessageHtmlLink":"COMP: Fix deprecation warnings by explicitly calling vtkStdString::c_…"}},{"before":"8bdd3d7bf0b81a947c5ed82754387b76c2bfd3f5","after":"6fafe5e50d85751552fc58449507983faba52704","ref":"refs/heads/main","pushedAt":"2023-10-26T01:06:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"COMP: Fix -Wsign-compare in vtkImageLabelDilate3D\n\nFix the following warning:\n\n/path/to/vtkAddon/vtkImageLabelDilate3D.cxx:90:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]\n 90 | if (count > countForMajority)\n | ~~~~~~^~~~~~~~~~~~~~~~~~","shortMessageHtmlLink":"COMP: Fix -Wsign-compare in vtkImageLabelDilate3D"}},{"before":"87e5df9ac609a2d7a21991f7cba37c5b51482d7e","after":"8bdd3d7bf0b81a947c5ed82754387b76c2bfd3f5","ref":"refs/heads/main","pushedAt":"2023-10-25T21:35:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pieper","name":"Steve Pieper","path":"/pieper","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/126077?s=80&v=4"},"commit":{"message":"ENH: Add vtkImageLabelDilate3D filter (#41)\n\nUsed when coloring a scalar volume using segmentation and we want to make sure that labels cover the underlying structure and a bit further (to color also the transition of the masked voxels).","shortMessageHtmlLink":"ENH: Add vtkImageLabelDilate3D filter (#41)"}},{"before":"800a0fb33332e0ebc6924dafa4d03ae19178a7c7","after":"87e5df9ac609a2d7a21991f7cba37c5b51482d7e","ref":"refs/heads/main","pushedAt":"2023-06-26T03:30:00.643Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"COMP: Fix deprecation warnings by explicitly calling vtkStdString::c_str()\n\nThis commit fixes warnings like the following:\n\n/path/to/vtkAddon/Testing/vtkPersonInformationTest1.cxx: In function ‘int vtkPersonInformationTest1(int, char**)’:\n/path/to/vtkAddon/vtkAddonTestingMacros.h:159:101: warning: ‘vtkStdString::operator const char*()’ is deprecated: Call `.c_str()` explicitly [-Wdeprecated-declarations]\n 159 | if (!vtkAddonTestingUtilities::CheckString(__LINE__,#actual \" != \" #expected, (actual), (expected))) \\\n | ^","shortMessageHtmlLink":"COMP: Fix deprecation warnings by explicitly calling vtkStdString::c_…"}},{"before":"4413fde380b744ab221f7beb4410e11a5158b496","after":"800a0fb33332e0ebc6924dafa4d03ae19178a7c7","ref":"refs/heads/main","pushedAt":"2023-05-23T01:00:21.314Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lassoan","name":"Andras Lasso","path":"/lassoan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/307929?s=80&v=4"},"commit":{"message":"ENH: Add array index check","shortMessageHtmlLink":"ENH: Add array index check"}},{"before":null,"after":"4714c544f7912fa740e515ccfe2c8fee8e19570b","ref":"refs/heads/update-vtk-wrapping-to-support-pypi-generation","pushedAt":"2023-03-15T06:26:04.712Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"WIP: Update vtkMacroKitPythonWrap adding\n\nAdd Python_pyi custom target and associated custom command\nfor calling vtkmodules.generate_pyi\n\nTODO:\n* Check if VTK support pypi generation\n* Add option for enabling/disabling *.pyi generation\n* Add install rules (with option to disable installation). Custom application\n may want to have installation disabled by default.","shortMessageHtmlLink":"WIP: Update vtkMacroKitPythonWrap adding"}},{"before":"2ae7f353192f9934d5c030bf35395f7fa81d5137","after":"4413fde380b744ab221f7beb4410e11a5158b496","ref":"refs/heads/main","pushedAt":"2023-03-14T20:55:14.902Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Update vtkMacroKitPythonWrap to accept KIT_*_OUTPUT_DIRECTORY arguments\n\nExisting use of vtkMacroKitPythonWrap remains unchanged as these new\nparameters are optional.\n\nThis is done anticipating follow-up updates expecting the RUNTIME_OUTPUT_DIRECTORY\nproperty to be set.","shortMessageHtmlLink":"ENH: Update vtkMacroKitPythonWrap to accept KIT_*_OUTPUT_DIRECTORY ar…"}},{"before":"3d5c624f7bfb13dbb51603fe534526ef15a0c2c7","after":null,"ref":"refs/heads/add-curve-generator","pushedAt":"2023-03-14T00:17:11.147Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"}},{"before":null,"after":"3d5c624f7bfb13dbb51603fe534526ef15a0c2c7","ref":"refs/heads/add-curve-generator","pushedAt":"2023-03-14T00:17:07.998Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkCurveGenerator and dependencies\n\nCode from Slicer at 84029a507dbf9f7f249e072ac99f649c7d55f239\n\nAdded classes:\n\n- vtkCurveGenerator\n- vtkLinearSpline\n- vtkParametricPolynomialApproximation\n- vtkSlicerDijkstraGraphGeodesicPath","shortMessageHtmlLink":"ENH: Add vtkCurveGenerator and dependencies"}},{"before":"464676a3ebe4b95bdf59570f0ec62e920b63c88f","after":null,"ref":"refs/heads/add-curve-generator","pushedAt":"2023-03-14T00:16:46.769Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"}},{"before":"d22d38028b8164c140d42c88168607f0d7d3a500","after":"464676a3ebe4b95bdf59570f0ec62e920b63c88f","ref":"refs/heads/add-curve-generator","pushedAt":"2023-03-14T00:16:11.016Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkCurveGenerator and dependencies\n\nCode from Slicer at 84029a507dbf9f7f249e072ac99f649c7d55f239\n\nAdded classes:\n\n- vtkCurveGenerator\n- vtkLinearSpline\n- vtkParametricPolynomialApproximation\n- vtkSlicerDijkstraGraphGeodesicPath","shortMessageHtmlLink":"ENH: Add vtkCurveGenerator and dependencies"}},{"before":"3d5c624f7bfb13dbb51603fe534526ef15a0c2c7","after":"d22d38028b8164c140d42c88168607f0d7d3a500","ref":"refs/heads/add-curve-generator","pushedAt":"2023-03-14T00:15:23.408Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkCurveGenerator and dependencies\n\nCode from Slicer at 84029a507dbf9f7f249e072ac99f649c7d55f239\n\nAdded classes:\n\n- vtkCurveGenerator\n- vtkLinearSpline\n- vtkParametricPolynomialApproximation\n- vtkSlicerDijkstraGraphGeodesicPath\n\nThe class `vtkSlicerDijkstraGraphGeodesicPath` was originally integrated\ninto Slicer by @Sunderlandkyl through Slicer/Slicer@0a730a747 (ENH: Update\nsurface tracing for markup curves) with additional contribtions from\n@lassoan, @jamesobutler and @hjmjohnson.\n\nThe classes `vtkCurveGenerator`, `vtkLinearSpline` and\n`vtkParametricPolynomialApproximation` were originally integrated into\nSlicer by @lassoan and @Punzo through Slicer/Slicer@23d076495 (ENH: Reworked\nmarkups fiducials and added line, angle, and curves) with additional\ncontribtions from @Sunderlandkyl, @cpinter, @jcfr, @jamesobutler, @phcerdan and\n@hjmjohnson.\n\nCo-authored-by: Kyle Sunderland \nCo-authored-by: Andras Lasso \nCo-authored-by: Davide Punzo \nCo-authored-by: Csaba Pinter \nCo-authored-by: Jean-Christophe Fillion-Robin \nCo-authored-by: James Butler \nCo-authored-by: Pablo Hernandez-Cerdan \nCo-authored-by: Hans Johnson ","shortMessageHtmlLink":"ENH: Add vtkCurveGenerator and dependencies"}},{"before":null,"after":"3d5c624f7bfb13dbb51603fe534526ef15a0c2c7","ref":"refs/heads/add-curve-generator","pushedAt":"2023-03-14T00:14:16.747Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkCurveGenerator and dependencies\n\nCode from Slicer at 84029a507dbf9f7f249e072ac99f649c7d55f239\n\nAdded classes:\n\n- vtkCurveGenerator\n- vtkLinearSpline\n- vtkParametricPolynomialApproximation\n- vtkSlicerDijkstraGraphGeodesicPath","shortMessageHtmlLink":"ENH: Add vtkCurveGenerator and dependencies"}},{"before":"2a990cd79f3cc4199cb7e66efa0df0878cf24406","after":"2ae7f353192f9934d5c030bf35395f7fa81d5137","ref":"refs/heads/main","pushedAt":"2023-03-14T00:11:22.668Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkCurveGenerator and dependencies\n\nCode from Slicer at 84029a507dbf9f7f249e072ac99f649c7d55f239\n\nAdded classes:\n\n- vtkCurveGenerator\n- vtkLinearSpline\n- vtkParametricPolynomialApproximation\n- vtkSlicerDijkstraGraphGeodesicPath\n\nThe class `vtkSlicerDijkstraGraphGeodesicPath` was originally integrated\ninto Slicer by @Sunderlandkyl through Slicer/Slicer@0a730a747 (ENH: Update\nsurface tracing for markup curves) with additional contribtions from\n@lassoan, @jamesobutler and @hjmjohnson.\n\nThe classes `vtkCurveGenerator`, `vtkLinearSpline` and\n`vtkParametricPolynomialApproximation` were originally integrated into\nSlicer by @lassoan and @Punzo through Slicer/Slicer@23d076495 (ENH: Reworked\nmarkups fiducials and added line, angle, and curves) with additional\ncontribtions from @Sunderlandkyl, @cpinter, @jcfr, @jamesobutler, @phcerdan and\n@hjmjohnson.\n\nCo-authored-by: Kyle Sunderland \nCo-authored-by: Andras Lasso \nCo-authored-by: Davide Punzo \nCo-authored-by: Csaba Pinter \nCo-authored-by: Jean-Christophe Fillion-Robin \nCo-authored-by: James Butler \nCo-authored-by: Pablo Hernandez-Cerdan \nCo-authored-by: Hans Johnson ","shortMessageHtmlLink":"ENH: Add vtkCurveGenerator and dependencies"}},{"before":"3d5c624f7bfb13dbb51603fe534526ef15a0c2c7","after":null,"ref":"refs/heads/add-curve-generator","pushedAt":"2023-03-13T23:39:41.498Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"}},{"before":"0bcff8277cde13edc9033d2cfe5697e3036fbcd7","after":"2a990cd79f3cc4199cb7e66efa0df0878cf24406","ref":"refs/heads/main","pushedAt":"2023-03-13T23:39:39.965Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcfr","name":"Jean-Christophe Fillion-Robin","path":"/jcfr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/219043?s=80&v=4"},"commit":{"message":"ENH: Add vtkCurveGenerator and dependencies\n\nCode from Slicer at 84029a507dbf9f7f249e072ac99f649c7d55f239\n\nAdded classes:\n\n- vtkCurveGenerator\n- vtkLinearSpline\n- vtkParametricPolynomialApproximation\n- vtkSlicerDijkstraGraphGeodesicPath","shortMessageHtmlLink":"ENH: Add vtkCurveGenerator and dependencies"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADoNIo9wA","startCursor":null,"endCursor":null}},"title":"Activity · Slicer/vtkAddon"}