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

Function setDefaultSerializeMeshFormat

source/MRMesh/MRObjectMeshHolder.cpp:902–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902void setDefaultSerializeMeshFormat( std::string newFormat )
903{
904 assert( !newFormat.empty() && newFormat[0] == '.' );
905 sDefaultSerializeMeshFormat = std::move( newFormat );
906}
907
908} //namespace MR

Callers 3

resetSettingsMethod · 0.85
loadSettingsMethod · 0.85
drawMruInnerFormats_Method · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected