MeshLib C++ Docs
Loading...
Searching...
No Matches
MRTelemetry.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "MRMeshFwd.h"
4
#include "
MRSignal.h
"
5
#include <string>
6
7
namespace
MR
8
{
11
12
14
extern
MRMESH_API Signal<void(
const
std::string& )>
TelemetrySignal
;
15
22
inline
int
intLog2
(
size_t
n )
23
{
24
int
l = 0;
25
while
( n > 0 )
26
{
27
++l;
28
n /= 2;
29
}
30
return
l;
31
}
32
33
}
MRSignal.h
MR::TelemetrySignal
MRMESH_API Signal< void(const std::string &)> TelemetrySignal
activate this signal if you want to add some string in telemetry
MR::intLog2
int intLog2(size_t n)
Definition
MRTelemetry.h:22
MR
only for bindings generation
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRMesh
MRTelemetry.h
Generated by
1.11.0