MeshLib C++ Docs
Loading...
Searching...
No Matches
MRPointsLoadSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
7
8// structure with settings and side output parameters for loading point cloud
9struct PointsLoadSettings
10{
11 VertColors* colors = nullptr;
12 AffineXf3f* outXf = nullptr;
13 ProgressCallback callback;
14 bool telemetrySignal = true;
15};
16
17} // namespace MR
new unsafe MR.? VertColors colors
new unsafe MR.? Box_AffineXf3f outXf
new unsafe MR.Std.Function_BoolFuncFromFloat callback
Definition MRCameraOrientationPlugin.h:8