SAGA API
v9.6
|
#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 1094 of file mat_tools.h.
CSG_Natural_Breaks::CSG_Natural_Breaks | ( | void | ) |
Definition at line 1710 of file mat_tools.cpp.
|
virtual |
Definition at line 1714 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 1718 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 1724 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 1730 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 1736 of file mat_tools.cpp.
References Create().
bool CSG_Natural_Breaks::Create | ( | class CSG_Grid * | pGrid, |
int | nClasses, | ||
int | Histogram = 0 |
||
) |
Definition at line 1776 of file mat_tools.cpp.
References CSG_Vector::Add_Row(), CSG_Grid::asDouble(), CSG_Histogram::Create(), CSG_Vector::Destroy(), CSG_Grid::Get_NCells(), CSG_Grid::is_NoData(), and CSG_Vector::Sort().
bool CSG_Natural_Breaks::Create | ( | class CSG_Grids * | pGrids, |
int | nClasses, | ||
int | Histogram = 0 |
||
) |
Definition at line 1803 of file mat_tools.cpp.
References CSG_Vector::Add_Row(), CSG_Grids::asDouble(), CSG_Histogram::Create(), CSG_Vector::Destroy(), CSG_Grids::Get_NCells(), CSG_Grids::is_NoData(), and CSG_Vector::Sort().
bool CSG_Natural_Breaks::Create | ( | class CSG_Table * | pTable, |
int | Field, | ||
int | nClasses, | ||
int | Histogram = 0 |
||
) |
Definition at line 1747 of file mat_tools.cpp.
References CSG_Vector::Add_Row(), CSG_Table_Record::asDouble(), CSG_Histogram::Create(), CSG_Vector::Destroy(), CSG_Table::Get_Count(), CSG_Table::Get_Record(), CSG_Table_Record::is_NoData(), and CSG_Vector::Sort().
Referenced by CSG_Natural_Breaks().
bool CSG_Natural_Breaks::Create | ( | const CSG_Vector & | Values, |
int | nClasses, | ||
int | Histogram = 0 |
||
) |
Definition at line 1830 of file mat_tools.cpp.
References CSG_Histogram::Create(), CSG_Vector::Create(), CSG_Vector::Destroy(), and CSG_Vector::Sort().
|
inline |
Definition at line 1113 of file mat_tools.h.
|
inline |
Definition at line 1112 of file mat_tools.h.
|
inline |
Definition at line 1115 of file mat_tools.h.