Skip to content

Gaussian splatter method access

An internal algorithm class was invoking a protected member function of the vtkGaussianSplatter class. In the original implementation this was dealt with using a "friend" declaration. Evidently some compilers are not friendly and the method was moved to the public portion of the API.

Cc: @bill.lorensen@gmail.com

Merge request reports