Home
last modified time | relevance | path

Searched refs:Get_Entry (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_grid/
H A Draw.cpp292 SG_Swap_Bytes(Record.Get_Entry(iValue), Record.Get_Value_Size()); in On_Execute()
301 …case SG_DATATYPE_Byte : pGrid->Set_Value(x, y, *(unsigned char *)Record.Get_Entry(iValue)); brea… in On_Execute()
302 …case SG_DATATYPE_Char : pGrid->Set_Value(x, y, *(signed char *)Record.Get_Entry(iValue)); brea… in On_Execute()
303 …case SG_DATATYPE_Word : pGrid->Set_Value(x, y, *(unsigned short *)Record.Get_Entry(iValue)); brea… in On_Execute()
304 …case SG_DATATYPE_Short : pGrid->Set_Value(x, y, *(signed short *)Record.Get_Entry(iValue)); brea… in On_Execute()
305 …case SG_DATATYPE_DWord : pGrid->Set_Value(x, y, *(unsigned int *)Record.Get_Entry(iValue)); brea… in On_Execute()
306 …case SG_DATATYPE_Int : pGrid->Set_Value(x, y, *(signed int *)Record.Get_Entry(iValue)); brea… in On_Execute()
307 …case SG_DATATYPE_Float : pGrid->Set_Value(x, y, *(float *)Record.Get_Entry(iValue)); brea… in On_Execute()
308 …case SG_DATATYPE_Double: pGrid->Set_Value(x, y, *(double *)Record.Get_Entry(iValue)); brea… in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtable_selection.cpp78 *((size_t *)m_Selection.Get_Entry(Index)) = iRecord; in _Set_Selection()
217 *((size_t *)m_Selection.Get_Entry(n++)) = i; in Inv_Selection()
H A Dapi_core.h324 void * operator [] (size_t Index) const { return( Get_Entry(Index) ); }
327 …void * Get_Entry (int Index) const { return( Index >= 0 ? Get_Entry((size_t)Index) : NULL )… in Get_Entry() function
328 void * operator [] (int Index) const { return( Get_Entry(Index) ); }
392 void *& Get (size_t Index) { return( *((void **)m_Array.Get_Entry(Index)) ); } in Get()
393 void * Get (size_t Index) const { return( *((void **)m_Array.Get_Entry(Index)) ); } in Get()
394 void *& Get (int Index) { return( *((void **)m_Array.Get_Entry(Index)) ); } in Get()
395 void * Get (int Index) const { return( *((void **)m_Array.Get_Entry(Index)) ); } in Get()
449 int & Get (size_t Index) { return( *((int *)m_Array.Get_Entry(Index)) ); } in Get()
450 int Get (size_t Index) const { return( *((int *)m_Array.Get_Entry(Index)) ); } in Get()
451 int & Get (int Index) { return( *((int *)m_Array.Get_Entry(Index)) ); } in Get()
[all …]
H A Dquadtree.cpp566 return( (TLeaf *)Selection.Get_Entry(i) ); in _Get_Selected()
574 TLeaf *pL = (TLeaf *)Selection.Get_Entry(Selection.Get_Size() - 1); in _Add_Selected()
588 TLeaf *pL = (TLeaf *)Selection.Get_Entry(i); in _Set_Selected()
H A Dmetadata.h146 …t Index) const { return( Index >= 0 ? *((CSG_MetaData **)m_Children.Get_Entry((size_t)Index)) … in Get_Child()
/dports/devel/adacurses/AdaCurses-20180127/src/
H A Dterminal_interface-curses-termcap.adb49 function Get_Entry (Name : String) return Boolean subprogram
66 end Get_Entry; argument
H A Dterminal_interface-curses-termcap.ads59 function Get_Entry (Name : String) return Boolean; subprogspec
/dports/devel/ncurses/ncurses-6.3/Ada95/src/
H A Dterminal_interface-curses-termcap.adb50 function Get_Entry (Name : String) return Boolean subprogram
67 end Get_Entry; argument
H A Dterminal_interface-curses-termcap.ads60 function Get_Entry (Name : String) return Boolean; subprogspec
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/generated/
H A Dgtk-combo.adb172 function Get_Entry subprogram
180 end Get_Entry; argument
H A Dgtk-entry_completion.adb196 function Get_Entry subprogram
205 end Get_Entry; argument
H A Dgtk-combo.ads145 function Get_Entry subprogspec
H A Dgtk-entry_completion.ads116 function Get_Entry subprogspec
/dports/devel/matreshka/matreshka-0.7.0/source/amf/uml/
H A Damf-uml-connection_point_references.ads65 not overriding function Get_Entry subprogram
H A Damf-internals-uml_connection_point_references.adb112 overriding function Get_Entry subprogram
121 end Get_Entry;
H A Damf-internals-uml_connection_point_references.ads64 overriding function Get_Entry subprogspec
H A Damf-uml-states.ads128 not overriding function Get_Entry subprogram
H A Damf-internals-uml_final_states.adb186 overriding function Get_Entry subprogram
195 end Get_Entry;
H A Damf-internals-uml_states.adb186 overriding function Get_Entry subprogram
195 end Get_Entry;
H A Damf-internals-uml_final_states.ads122 overriding function Get_Entry subprogspec
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/testgtk/
H A Dcreate_sheet.adb451 Sheet_Entry := Gtk_Entry (Get_Entry (Sheets (Cur_Page)));
803 (Sheet, Get_Text (Gtk_IEntry (Get_Entry (Sheet))));
1254 Sheet_Entry := Gtk_IEntry (Get_Entry (Current));
1273 Sheet_Entry := Gtk_IEntry (Get_Entry (Current));
1432 Widget_Handler.Connect (Get_Entry (Sheets (I)), "changed",
1450 (Get_Entry (Sheets (2)), "changed",
H A Dcreate_entry.adb250 Set_Text (Gtk_Entry (Get_Entry (Combo)), "hello world");
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/gtkextra/
H A Dcreate_sheet.adb444 Sheet_Entry := Gtk_Entry (Get_Entry (Sheets (Cur_Page)));
796 (Sheet, Get_Text (Gtk_IEntry (Get_Entry (Sheet))));
1247 Sheet_Entry := Gtk_IEntry (Get_Entry (Current));
1266 Sheet_Entry := Gtk_IEntry (Get_Entry (Current));
1425 Widget_Handler.Connect (Get_Entry (Sheets (I)), "changed",
1443 (Get_Entry (Sheets (2)), "changed",
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_isocluster/
H A Dcluster_isodata.cpp185 void *Data = m_Data.Get_Entry(m_Data.Get_Size() - 1); in Add_Sample()
214 void *Sample = m_Data.Get_Entry(iSample); in _Get_Sample()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/garden/garden_3d_viewer/
H A D3d_viewer_pointcloud.cpp303 *((int *)m_Selection.Get_Entry(m_Selection.Get_Size() - 1)) = i; in Update_Statistics()
455 int jPoint = m_Selection.Get_Size() > 0 ? *((int *)m_Selection.Get_Entry(iPoint)) : iPoint; in On_Draw()

12