Go to the source code of this file.
◆ MR_expected_void_std_string
◆ MR_FaceBitSet
◆ MR_Mesh
◆ MR_serializeMesh()
saves mesh with optional selection to mru format; this is very convenient for saving intermediate states during algorithm debugging; ".mrmesh" save mesh format is not space efficient, but guaranties no changes in the topology after loading Generated from function MR::serializeMesh. Parameter mesh can not be null. It is a single object. Parameter path is a UTF-8 encoded filesystem path. Parameter selection defaults to a null pointer in C++. Parameter serializeFormat has a default argument: ".mrmesh", pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.