Dženan Zukić

Results 653 comments of Dženan Zukić

Matt, would changes from https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/pull/77 work here?

You would need to mark deviations with ```cmake # ITK --start ... # ITK --stop ``` Think whether the additional maintenance is justified by convenience that change would bring, and...

Maybe better would be a PR against upstream HDF5' relevant branches, and than updating ITK's bundled version of HDF5? But that is a lot more work.

@krupalbhat You can only tackle a subset of tests. It is unrealistic to do them all in one go.

Here is a comprehensive example of adding a additional regression testing: https://github.com/InsightSoftwareConsortium/ITK/pull/4330 This adds 3D regression test, where only 2D regression testing existed. Here is another type of quantitative test:...

> I was thinking something along these lines This is probably closest to options 2 and 3 from my previous comment. I did not look deeply into this.

These two allow `itk::Vector` + `itk::Vector` and `itk::VariableLengthVector` + `itk::VariableLengthVector`, **but not** `itk::Vector` + `itk::VariableLengthVector`, nor `itk::VariableLengthVector` + `itk::Vector`. What the issue would like to have is porting the below...

This library is not compiled by default. You need to turn on advanced CMake option `Module_ITKIOTransformMINC` while configuring ITK. You can change it now, click Generate, then do an incremental...