------------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | std::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 | //------------------------------------------------------------------------------ |
| 55 | std::string vtkResourceFileLocator::Locate(const std::string& anchor, |