------------------------------------------------------------------------------
| 962 | |
| 963 | //------------------------------------------------------------------------------ |
| 964 | std::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 | //------------------------------------------------------------------------------ |
| 973 | void EnSightDataSet::SetVariableFileFormat() |
no test coverage detected