|
SAGA API
v9.6
|
Go to the documentation of this file.
97 Selection[i] = Selection[j];
115 bool CSG_Table::_Destroy_Selection(
void)
119 for(
size_t iRecord=0; iRecord<(size_t)
m_nRecords; iRecord++)
140 _Destroy_Selection();
145 if( pRecord == NULL )
bool Set_Array(sLong nValues, bool bShrink=true)
sLong Get_Size(void) const
void Set_Selected(bool bOn=true)
virtual sLong Inv_Selection(void)
virtual bool is_Selected(sLong Index) const
virtual CSG_Table_Record * Get_Record(sLong Index) const
bool is_Selected(void) const
sLong Get_Selection_Count(void) const
bool _Set_Selection(sLong Index, sLong Selected)
sLong Get_Count(void) const
void * Get_Array(void) const
bool _Del_Selection(sLong Index)
bool _Add_Selection(sLong Index)
virtual bool Del_Record(sLong Index)
bool Inc_Array(sLong nValues=1)
bool Dec_Array(bool bShrink=true)
sLong Get_Selection_Index(sLong Index=0) const
sLong Get_Index(void) const
virtual bool Select(sLong Index, bool bInvert=false)
virtual sLong Del_Selection(void)
void * Get_Entry(sLong Index) const
Returns a pointer to the memory address of the requested variable. You have to type cast and derefere...