MCPcopy Create free account
hub / github.com/Kitware/VTK / get

Method get

ThirdParty/libproj/vtklibproj/src/grids.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372// ---------------------------------------------------------------------------
373
374std::shared_ptr<std::vector<unsigned char>>
375BlockCache::get(uint32_t ifdIdx, uint32_t blockNumber) {
376 std::shared_ptr<std::vector<unsigned char>> ret;
377 cache_.tryGet(Key(ifdIdx, blockNumber), ret);
378 return ret;
379}
380
381// ---------------------------------------------------------------------------
382

Callers 11

valueAtMethod · 0.45
nextGridMethod · 0.45
insertIntoHierarchyFunction · 0.45
insertGridMethod · 0.45
gridAtMethod · 0.45
openMethod · 0.45
findGridFunction · 0.45
read_vgrid_valueFunction · 0.45
pj_find_generic_gridFunction · 0.45
proj_transFunction · 0.45
proj_pj_infoFunction · 0.45

Calls 2

KeyClass · 0.70
tryGetMethod · 0.45

Tested by

no test coverage detected