| 42 | } |
| 43 | |
| 44 | bool Contains(const std::string& relativePath) override |
| 45 | { |
| 46 | return this->RenderWindowArchiver->Contains(this->SubArchiveName(relativePath)); |
| 47 | } |
| 48 | |
| 49 | private: |
| 50 | vtkJSONDataSetArchiver() { this->RenderWindowArchiver = vtkArchiver::New(); } |
no test coverage detected