40 const char * serializeFormat =
".mrmesh" );
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMeshTopology.h:23
ImVec2 size(const ViewportRectangle &rect)
Definition MRViewport.h:32
TriPointf
Definition MRMeshFwd.h:497
void serializeToJson(const EndMillCutter &cutter, Json::Value &root)
Plane3f
Definition MRMeshFwd.h:393
tl::expected< T, E > Expected
Definition MRExpected.h:31
Expected< void > deserializeFromJson(const Json::Value &root, EndMillCutter &cutter)
AffineXf2f
Definition MRMeshFwd.h:307
void deserializeViaVerticesFromJson(const Json::Value &root, UndirectedEdgeBitSet &edges, const MeshTopology &topology)
void serializeViaVerticesToJson(const UndirectedEdgeBitSet &edges, const MeshTopology &topology, Json::Value &root)
Expected< std::string > serializeJsonValue(const Json::Value &root)
Expected< Json::Value > deserializeJsonValue(std::istream &in)
Expected< void > serializeMesh(const Mesh &mesh, const std::filesystem::path &path, const FaceBitSet *selection=nullptr, const char *serializeFormat=".mrmesh")
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMeshTexture.h:13
Definition MRMeshTriPoint.h:26
a point located on some mesh's face
Definition MRPointOnFace.h:16