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{
9
10
13{
14 VertColors* colors = nullptr;
15 AffineXf3f* outXf = nullptr;
16 ProgressCallback callback;
17 bool telemetrySignal = true;
18};
19
20}
bool telemetrySignal
permit telemetry signal about loading
Definition MRPointsLoadSettings.h:17
VertColors * colors
points where to load point color map
Definition MRPointsLoadSettings.h:14
AffineXf3f * outXf
transform for the loaded point cloud
Definition MRPointsLoadSettings.h:15
ProgressCallback callback
callback for set progress and stop process
Definition MRPointsLoadSettings.h:16
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
structure with settings and side output parameters for loading point cloud
Definition MRPointsLoadSettings.h:13