InsightSoftwareConsortium / ITKThickness3D

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

STYLE: Conform to function naming coding guidelines. #10

Closed jhlegarreta closed 5 years ago

jhlegarreta commented 5 years ago

Conform to function naming coding guidelines: functions names should start with a capital letter and be written in camel case as per the C.6.6 Naming Methods and Functions ITK Software Guide section.