InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

STYLE: Make member variables be private. #22

Closed jhlegarreta closed 7 years ago

jhlegarreta commented 7 years ago

Change the access specifier to private for itk::IsotropicWaveletFrequencyFunction class member variables.

phcerdan commented 7 years ago

They are protected by design. Wavelets subclasses might want to access them.