InsightSoftwareConsortium / ITKThickness3D

An ITK module to compute 3D thickness
Apache License 2.0
39 stars 18 forks source link

COMP: Remove inclusion of .hxx files as headers #41

Closed hjmjohnson closed 2 years ago

hjmjohnson commented 2 years ago

COMP: Remove inclusion of .hxx files as headers

The ability to include either .h or .hxx files as header files required recursively reading the .h files twice. The added complexity is unnecessary, costly, and can confuse static analysis tools that monitor header guardes (due to reaching the maximum depth of recursion limits for nested #ifdefs in checking).