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

Method Contains

IO/Export/vtkJSONRenderWindowExporter.cxx:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

WriteDataMethod · 0.45
ReadSparseArrayAsciiFunction · 0.45
RequestDataMethod · 0.45

Calls 1

SubArchiveNameMethod · 0.95

Tested by

no test coverage detected