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

Method Locate

Common/Misc/vtkResourceFileLocator.cxx:48–52  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

46
47//------------------------------------------------------------------------------
48std::string vtkResourceFileLocator::Locate(
49 const std::string& anchor, const std::string& landmark, const std::string& defaultDir)
50{
51 return this->Locate(anchor, { std::string() }, landmark, defaultDir);
52}
53
54//------------------------------------------------------------------------------
55std::string vtkResourceFileLocator::Locate(const std::string& anchor,

Callers 2

PrependPythonPathMethod · 0.80
TestResourceFileLocatorFunction · 0.80

Calls 4

pop_backMethod · 0.80
stringClass · 0.50
c_strMethod · 0.45
emptyMethod · 0.45

Tested by 1

TestResourceFileLocatorFunction · 0.64