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

Method GetFullPath

IO/EnSight/core/EnSightDataSet.cxx:964–970  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

962
963//------------------------------------------------------------------------------
964std::string EnSightDataSet::GetFullPath(const std::string& fname)
965{
966 this->FilePath.emplace_back(fname);
967 auto fileName = vtksys::SystemTools::JoinPath(this->FilePath);
968 this->FilePath.pop_back();
969 return fileName;
970}
971
972//------------------------------------------------------------------------------
973void EnSightDataSet::SetVariableFileFormat()

Callers 3

ParseGeometrySectionMethod · 0.95
ParseVariableSectionMethod · 0.95
ParseTimeSectionMethod · 0.95

Calls 2

pop_backMethod · 0.80
emplace_backMethod · 0.45

Tested by

no test coverage detected