MeshLib C++ Docs
Loading...
Searching...
No Matches
MRLinesLoadSettings.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
4
5namespace MR
6{
7
10{
11 VertColors* colors = nullptr;
13};
14
15} //namespace MR
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:728
Definition MRCameraOrientationPlugin.h:8
setting for polyline loading from external format, and locations of optional output data
Definition MRLinesLoadSettings.h:10
ProgressCallback callback
callback for set progress and stop process
Definition MRLinesLoadSettings.h:12
VertColors * colors
optional load artifact: per-vertex color map
Definition MRLinesLoadSettings.h:11