MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / serializeModel_

Function serializeModel_

source/MRMesh/MRConeObject.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 MRMESH_API virtual void serializeFields_( Json::Value& root ) const override;
80
81 virtual Expected<std::future<Expected<void>>> serializeModel_( const std::filesystem::path& ) const override
82 {
83 return {};
84 }
85
86 virtual Expected<void> deserializeModel_( const std::filesystem::path&, ProgressCallback ) override
87 {

Callers 1

serializeRecursive_Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected