MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMcpCommon.h
Go to the documentation of this file.
1#pragma once
2#ifndef MESHLIB_NO_MCP
3
4#include "MRMesh/MRExpected.h"
5
6#include <cstdint>
7#include <memory>
8
9namespace MR
10{
13
14
15class Object;
16
17namespace Mcp
18{
19
21uint64_t idOf( const Object* obj );
22
26
27}
28
29}
30
31#endif
named object in the data model
Definition MRObject.h:62
Expected< std::shared_ptr< Object > > resolveId(uint64_t id)
uint64_t idOf(const Object *obj)
Pointer -> id (as a JSON number). Matches the ##<id> suffix in ImGui labels for the same object.
tl::expected< T, E > Expected
Definition MRExpected.h:31
Definition MRMcp.h:16
only for bindings generation
Definition MRCameraOrientationPlugin.h:8