|
SAGA API v9.10
|
#include <mat_tools.h>
Public Member Functions | |
| CSG_Natural_Breaks (void) | |
| virtual | ~CSG_Natural_Breaks (void) |
| CSG_Natural_Breaks (class CSG_Table *pTable, int Field, int nClasses, int Histogram=0) | |
| bool | Create (class CSG_Table *pTable, int Field, int nClasses, int Histogram=0) |
| CSG_Natural_Breaks (class CSG_Grid *pGrid, int nClasses, int Histogram=0) | |
| bool | Create (class CSG_Grid *pGrid, int nClasses, int Histogram=0) |
| CSG_Natural_Breaks (class CSG_Grids *pGrids, int nClasses, int Histogram=0) | |
| bool | Create (class CSG_Grids *pGrids, int nClasses, int Histogram=0) |
| CSG_Natural_Breaks (const CSG_Vector &Values, int nClasses, int Histogram=0) | |
| bool | Create (const CSG_Vector &Values, int nClasses, int Histogram=0) |
| int | Get_Count (void) const |
| double | Get_Break (int i) const |
| double | operator[] (int i) const |
Definition at line 1110 of file mat_tools.h.
| CSG_Natural_Breaks::CSG_Natural_Breaks | ( | void | ) |
Definition at line 1741 of file mat_tools.cpp.
|
virtual |
Definition at line 1745 of file mat_tools.cpp.
| CSG_Natural_Breaks::CSG_Natural_Breaks | ( | class CSG_Table * | pTable, |
| int | Field, | ||
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1749 of file mat_tools.cpp.
References Create().
| CSG_Natural_Breaks::CSG_Natural_Breaks | ( | class CSG_Grid * | pGrid, |
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1755 of file mat_tools.cpp.
References Create().
| CSG_Natural_Breaks::CSG_Natural_Breaks | ( | class CSG_Grids * | pGrids, |
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1761 of file mat_tools.cpp.
References Create().
| CSG_Natural_Breaks::CSG_Natural_Breaks | ( | const CSG_Vector & | Values, |
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1767 of file mat_tools.cpp.
References Create().
| bool CSG_Natural_Breaks::Create | ( | class CSG_Grid * | pGrid, |
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1807 of file mat_tools.cpp.
References CSG_Grid::asDouble(), CSG_Grid::Get_NCells(), and CSG_Grid::is_NoData().
| bool CSG_Natural_Breaks::Create | ( | class CSG_Grids * | pGrids, |
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1834 of file mat_tools.cpp.
References CSG_Grids::asDouble(), CSG_Grids::Get_NCells(), and CSG_Grids::is_NoData().
| bool CSG_Natural_Breaks::Create | ( | class CSG_Table * | pTable, |
| int | Field, | ||
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1778 of file mat_tools.cpp.
References CSG_Table::Get_Count(), and CSG_Table::Get_Value().
Referenced by CSG_Natural_Breaks(), CSG_Natural_Breaks(), CSG_Natural_Breaks(), and CSG_Natural_Breaks().
| bool CSG_Natural_Breaks::Create | ( | const CSG_Vector & | Values, |
| int | nClasses, | ||
| int | Histogram = 0 ) |
Definition at line 1861 of file mat_tools.cpp.
|
inline |
Definition at line 1129 of file mat_tools.h.
|
inline |
Definition at line 1128 of file mat_tools.h.
|
inline |
Definition at line 1131 of file mat_tools.h.