Home
last modified time | relevance | path

Searched refs:get_cell_index (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dtable.py19 from .tableutils import address_to_index, get_cell_index
51 return self.get_cell(get_cell_index(key))
57 self.set_cell(get_cell_index(key), cell)
178 self._cell_span_controller.set_span(get_cell_index(pos), size)
181 self._cell_span_controller.remove_span(get_cell_index(pos))
H A Dtableutils.py50 def get_cell_index(reference): function
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.hpp60 U32 get_cell_index(const F64 x, const F64 y) const;
96 U32 get_cell_index(const F64 x, const F64 y, U32 level) const;
111 U32 get_cell_index(U32 level_index, U32 level) const;
112 U32 get_cell_index(U32 level_index) const;
H A Dlasquadtree.cpp402 U32 LASquadtree::get_cell_index(const F64 x, const F64 y) const in get_cell_index() function in LASquadtree
404 return get_cell_index(x, y, levels); in get_cell_index()
421 (*cell_indices)[0] = get_cell_index(level_index + 0, level); in coarsen()
422 (*cell_indices)[1] = get_cell_index(level_index + 1, level); in coarsen()
470 U32 LASquadtree::get_cell_index(U32 level_index) const in get_cell_index() function in LASquadtree
472 return get_cell_index(level_index, levels); in get_cell_index()
502 U32 cell_index = get_cell_index(level_index, level); in raster_occupancy()
777 index = get_cell_index(level_index, level); in manage_cell()
986 U32 cell_index = get_cell_index(level_index, level); in intersect_rectangle_with_cells_adaptive()
1155 U32 cell_index = get_cell_index(level_index, level); in intersect_tile_with_cells_adaptive()
[all …]
H A Dlasindex.cpp103 I32 cell = spatial->get_cell_index(x, y); in add()
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasquadtree.hpp60 U32 get_cell_index(const F64 x, const F64 y) const;
96 U32 get_cell_index(const F64 x, const F64 y, U32 level) const;
111 U32 get_cell_index(U32 level_index, U32 level) const;
112 U32 get_cell_index(U32 level_index) const;
H A Dlasquadtree.cpp402 U32 LASquadtree::get_cell_index(const F64 x, const F64 y) const in get_cell_index() function in LASquadtree
404 return get_cell_index(x, y, levels); in get_cell_index()
421 (*cell_indices)[0] = get_cell_index(level_index + 0, level); in coarsen()
422 (*cell_indices)[1] = get_cell_index(level_index + 1, level); in coarsen()
470 U32 LASquadtree::get_cell_index(U32 level_index) const in get_cell_index() function in LASquadtree
472 return get_cell_index(level_index, levels); in get_cell_index()
502 U32 cell_index = get_cell_index(level_index, level); in raster_occupancy()
777 index = get_cell_index(level_index, level); in manage_cell()
986 U32 cell_index = get_cell_index(level_index, level); in intersect_rectangle_with_cells_adaptive()
1155 U32 cell_index = get_cell_index(level_index, level); in intersect_tile_with_cells_adaptive()
[all …]
H A Dlasindex.cpp103 I32 cell = spatial->get_cell_index(x, y); in add()
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A Dnsvc.cpp371 const int ci = nsv->get_grid().get_cell_index(newr); in nsv_integrate()
445 const int ci = nsv->get_grid().get_cell_index(s->particles[j]); in nsv_integrate()
516 const int index = nsv->get_grid().get_cell_index(vpoint); in nsv_concentration_point()
541 const int index = nsv->get_grid().get_cell_index(vpoint); in nsv_kill_molecule()
567 const int ci = nsv->get_grid().get_cell_index(newr); in nsv_add_mol()
H A DStructuredGrid.h135 inline int get_cell_index(const Vect3d &r) const { in get_cell_index() function
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas3519 function get_cell_index: glong; cdecl; inline; in get_cell_index() function
3548 property cell_index: glong read get_cell_index ;
14173 function TWebKitDOMHTMLTableCellElement.get_cell_index: glong; cdecl; in TWebKitDOMHTMLTableCellElement.get_cell_index() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas3519 function get_cell_index: glong; cdecl; inline; in get_cell_index() function
3548 property cell_index: glong read get_cell_index ;
14173 function TWebKitDOMHTMLTableCellElement.get_cell_index: glong; cdecl; in TWebKitDOMHTMLTableCellElement.get_cell_index() function
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas3519 function get_cell_index: glong; cdecl; inline; in get_cell_index() function
3548 property cell_index: glong read get_cell_index ;
14173 function TWebKitDOMHTMLTableCellElement.get_cell_index: glong; cdecl; in TWebKitDOMHTMLTableCellElement.get_cell_index() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas3519 function get_cell_index: glong; cdecl; inline; in get_cell_index() function
3548 property cell_index: glong read get_cell_index ;
14173 function TWebKitDOMHTMLTableCellElement.get_cell_index: glong; cdecl; in TWebKitDOMHTMLTableCellElement.get_cell_index() function
/dports/www/midori/core-9.0/vapi/
H A Dwebkit2gtk-web-extension-4.0.vapi1810 public long get_cell_index ();
/dports/graphics/birdfont/birdfont-2.29.5/
H A Dwebkit2gtk-3.0.vapi2984 public long get_cell_index ();
/dports/lang/vala/vala-0.48.18/vapi/
H A Dwebkit2gtk-web-extension-4.0.vapi2745 public long get_cell_index ();
H A Dwebkit-1.0.vapi3240 public long get_cell_index ();