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

Method setSerializeFormat

source/MRMesh/MRObjectMeshHolder.cpp:690–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690void ObjectMeshHolder::setSerializeFormat( const char * newFormat )
691{
692 if ( newFormat && *newFormat != '.' )
693 {
694 assert( false );
695 return;
696 }
697 serializeFormat_ = newFormat;
698}
699
700void ObjectMeshHolder::resetFrontColor()
701{

Callers 1

serializeMeshFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected