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

Function save

Infovis/Boost/vtkVariantBoostSerialization.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49template <typename Archiver>
50void save(Archiver& ar, const std::string& str, const unsigned int vtkNotUsed(version))
51{
52 ar& str;
53}
54
55template <typename Archiver>
56void load(Archiver& ar, std::string& str, const unsigned int vtkNotUsed(version))

Callers 7

operator()Method · 0.50
SaveMethod · 0.50
operator()Method · 0.50
GetGlobalFieldMetaDataFunction · 0.50
saveMethod · 0.50
saveMethod · 0.50
saveMethod · 0.50

Calls 2

IsValidMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected