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