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

Method tell

ThirdParty/libproj/vtklibproj/src/filemanager.cpp:674–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672// ---------------------------------------------------------------------------
673
674unsigned long long FileWin32::tell() {
675 LARGE_INTEGER li;
676
677 li.HighPart = 0;
678 li.LowPart = SetFilePointer(m_handle, 0, &(li.HighPart), FILE_CURRENT);
679
680 return static_cast<unsigned long long>(li.QuadPart);
681}
682// ---------------------------------------------------------------------------
683
684std::unique_ptr<File> FileWin32::open(PJ_CONTEXT *ctx, const char *filename,

Callers 6

tiffSeekProcMethod · 0.45
tiffSizeProcMethod · 0.45
openMethod · 0.45
pj_load_iniFunction · 0.45
defmodel.cppFile · 0.45
tinshift.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected