SAGA API
v9.6
|
#include <api_core.h>
Public Member Functions | |
CSG_Array_Int (const CSG_Array_Int &Array) | |
int * | Create (const CSG_Array_Int &Array) |
CSG_Array_Int (sLong nValues=0, TSG_Array_Growth Growth=TSG_Array_Growth::SG_ARRAY_GROWTH_0) | |
int * | Create (sLong nValues=0, TSG_Array_Growth Growth=TSG_Array_Growth::SG_ARRAY_GROWTH_0) |
void | Destroy (void) |
bool | Set_Growth (TSG_Array_Growth Growth) |
TSG_Array_Growth | Get_Growth (void) const |
sLong | Get_Size (void) const |
size_t | Get_uSize (void) const |
int * | Get_Array (void) const |
int * | Get_Array (sLong nValues) |
bool | Set_Array (sLong nValues, bool bShrink=true) |
bool | Inc_Array (sLong nValues=1) |
bool | Dec_Array (bool bShrink=true) |
bool | Add (int Value) |
bool | Add (const CSG_Array_Int &Array) |
bool | Set (sLong Index, int Value) |
int & | Get (sLong Index) |
int | Get (sLong Index) const |
bool | Assign (int Value) |
CSG_Array_Int & | operator= (const CSG_Array_Int &Array) |
CSG_Array_Int & | operator= (int Value) |
int & | operator[] (sLong Index) |
int | operator[] (sLong Index) const |
CSG_Array_Int & | operator+= (int Value) |
CSG_Array_Int & | operator+= (const CSG_Array_Int &Array) |
Definition at line 422 of file api_core.h.
|
inline |
Definition at line 425 of file api_core.h.
|
inline |
Definition at line 428 of file api_core.h.
bool CSG_Array_Int::Add | ( | const CSG_Array_Int & | Array | ) |
Definition at line 580 of file api_memory.cpp.
References Add(), and Get_Size().
bool CSG_Array_Int::Add | ( | int | Value | ) |
Definition at line 567 of file api_memory.cpp.
References Get_Array(), Get_Size(), and Inc_Array().
Referenced by Add(), CSG_Unique_String_Statistics::Add_Value(), and CSG_Unique_Number_Statistics::Add_Value().
bool CSG_Array_Int::Assign | ( | int | Value | ) |
Definition at line 594 of file api_memory.cpp.
References Get_Array(), and Get_Size().
int * CSG_Array_Int::Create | ( | const CSG_Array_Int & | Array | ) |
Definition at line 551 of file api_memory.cpp.
References CSG_Array::Create(), and CSG_Array::Get_Array().
Referenced by CSG_Cluster_Analysis::Execute().
int * CSG_Array_Int::Create | ( | sLong | nValues = 0 , |
TSG_Array_Growth | Growth = TSG_Array_Growth::SG_ARRAY_GROWTH_0 |
||
) |
Definition at line 559 of file api_memory.cpp.
References CSG_Array::Create(), and CSG_Array::Get_Array().
|
inline |
Definition at line 444 of file api_core.h.
Referenced by CSG_Parameter_Choices::Select().
|
inline |
Definition at line 431 of file api_core.h.
Referenced by CSG_Parameter_Choices::_Set_Value(), CSG_Parameter_Choices::Clr_Selection(), CSG_Unique_Number_Statistics::Create(), CSG_Unique_String_Statistics::Create(), CSG_Table::Del_Index(), CSG_Parameter_Choices::Del_Items(), CSG_Cluster_Analysis::Destroy(), and CSG_Table::Set_Index().
|
inline |
Definition at line 450 of file api_core.h.
|
inline |
Definition at line 452 of file api_core.h.
|
inline |
Definition at line 440 of file api_core.h.
|
inline |
Definition at line 439 of file api_core.h.
Referenced by Add(), Assign(), and CSG_Table::Set_Index().
|
inline |
Definition at line 434 of file api_core.h.
|
inline |
Definition at line 436 of file api_core.h.
Referenced by Add(), Assign(), and CSG_Table::Set_Index().
|
inline |
Definition at line 437 of file api_core.h.
Referenced by CSG_Parameter_Choices::_Set_String(), CSG_Parameter_Choices::is_Selected(), and CSG_Parameter_Choices::Select().
|
inline |
Definition at line 443 of file api_core.h.
Referenced by Add().
|
inline |
Definition at line 463 of file api_core.h.
|
inline |
Definition at line 462 of file api_core.h.
|
inline |
Definition at line 456 of file api_core.h.
|
inline |
Definition at line 457 of file api_core.h.
|
inline |
Definition at line 459 of file api_core.h.
|
inline |
Definition at line 460 of file api_core.h.
|
inline |
Definition at line 448 of file api_core.h.
|
inline |
Definition at line 442 of file api_core.h.
|
inline |
Definition at line 433 of file api_core.h.