Andras Lasso
Andras Lasso
> One thing I'd like you to retest is using the cuda version a second time since the code is compiled and cached so it should be much faster the...
Thanks for testing. The Slicer 5.6.2 patch release only contained a very few selected fixes, this fix was not included. It is fixed in Slicer 5.7. If you find that...
OK, it makes sense. It is better to test it for a while in preview releases anyway.
OK, I'll test this.
I have changed the default in my local branch and testing the behavior now. So far everything looks good.
The generated surfaces look less smooth. It may be due to the surface geometry is actually less smooth and/or the surface normals are not computed. The surface net internal smoothing...
When a developer writes the code then he tries to make the code easy to read based on his understanding of what the code does (e.g., newlines and indentations). Some...
Considering current limitations of clang-format, I would rather not use it at all - as the number of formatting-related problems it creates is comparable to the number of problems it...
> writing a didactic Markdown file explaining what the coding format convention should be :) Slicer extensions are based on Slicer, which is based on VTK, so we follow those...