Home
last modified time | relevance | path

Searched refs:Get_Majority (Results 1 – 12 of 12) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_filter/
H A DFilter_Majority.cpp171 pResult->Set_Value(x, y, Get_Majority(x, y)); in On_Execute()
204 double CFilter_Majority::Get_Majority(int x, int y) in Get_Majority() function in CFilter_Majority
224 s.Get_Majority(Value, Count); in Get_Majority()
H A DFilter_Resample.h102 double Get_Majority (int x, int y);
H A DFilter_Majority.h104 double Get_Majority (int x, int y);
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_tools.h796 virtual int Get_Majority (bool bWeighted = false) const;
833 …bool Get_Majority (double &Value ) const { int Count; return( Get_Class(CSG_Unique… in Get_Majority() function
834 …bool Get_Majority (double &Value, int &Count) const { return( Get_Class(CSG_Unique… in Get_Majority() function
868 …bool Get_Majority (CSG_String &Value ) const { int Count; return( Get_Class(CSG_Un… in Get_Majority() function
944 int Get_Majority (void);
945 …bool Get_Majority (int &Value ) { int Count; return( Get_Category(Get_Majori… in Get_Majority() function
946 …bool Get_Majority (double &Value ) { int Count; return( Get_Category(Get_Majori… in Get_Majority() function
947 …bool Get_Majority (CSG_String &Value ) { int Count; return( Get_Category(Get_Majori… in Get_Majority() function
948 …bool Get_Majority (int &Value, int &Count) { return( Get_Category(Get_Majori… in Get_Majority() function
949 …bool Get_Majority (double &Value, int &Count) { return( Get_Category(Get_Majori… in Get_Majority() function
[all …]
H A Dgrid_operation.cpp443 if( s.Get_Majority(z, n) )//&& n > 1 ) in _Assign_Majority()
H A Dmat_tools.cpp805 int CSG_Unique_Value_Statistics::Get_Majority(bool bWeighted) const in Get_Majority() function in CSG_Unique_Value_Statistics
1161 int CSG_Category_Statistics::Get_Majority(void) in Get_Majority() function in CSG_Category_Statistics
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Gaps_OneCell.cpp181 bClose = Method == 3 ? s.Get_Minority(Value) : s.Get_Majority(Value); in On_Execute()
H A DGrid_Aggregate.cpp151 if( s.Get_Majority(Value) == false ) in On_Execute()
H A DGrid_Shrink_Expand.cpp373 return( Majority.Get_Majority(Value) ); in Get_Expand_Value()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_grid/
H A Dcategorical_variation.cpp225 s.Get_Majority(maj_Value, maj_Count); in Get_Variation()
H A DGSGrid_Residuals.cpp233 if( m_pResult[MAJORITY] && u.Get_Majority(z) ) { m_pResult[MAJORITY]->Set_Value(x, y, z); } in Get_Statistics()
H A DGSGrid_Statistics.cpp380 if( pMajority ) { double d; s.Get_Majority(d); pMajority->Set_Value(x, y, d); } in On_Execute()