Ask a Question | Search PSRCHIVE: |
![]()
|
ConvertIsolated.h float get_convert() const Get the value to which isolated elements are converted. Definition ConvertIsolated.h:49 float get_neighbourhood() const Get the size of the neighbourhood checked to the right or left. Definition ConvertIsolated.C:39 float get_like_fraction() const Get the fraction of equal neighbours required to the right or left. Definition ConvertIsolated.C:52 ConvertIsolated() Default constructor. Definition ConvertIsolated.C:16 void set_neighbourhood(float) Set the size of the neighbourhood checked to the right or left. Definition ConvertIsolated.C:30 float get_test() const Get the value to test for isolation. Definition ConvertIsolated.h:44 void set_convert(float convert) Set the value to which isolated elements are converted. Definition ConvertIsolated.h:47 void set_like_fraction(float) Set the fraction of equal neighbours required to the right or left. Definition ConvertIsolated.C:44 void calculate(PhaseWeight *) Derived classes implement the PhaseWeight calculation. Definition ConvertIsolated.C:59 void set_test(float test) Set the value to test for isolation. Definition ConvertIsolated.h:42 ConvertIsolated * clone() const Return new copy of self. Definition ConvertIsolated.C:24 Algorithms that smooth PhaseWeight containers. Definition PhaseWeightSmooth.h:21 Generated using doxygen 1.14.0
|