![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ModelIO.h>
Public Attributes | |
| bool | print_progress = false |
| std::function< bool(double)> | update_progress |
| bool cloudViewer::io::ReadTriangleModelOptions::print_progress = false |
| std::function<bool(double)> cloudViewer::io::ReadTriangleModelOptions::update_progress |
Callback to invoke as reading is progressing, parameter is percentage completion (0.-100.) return true indicates to continue loading, false means to try to stop loading and cleanup
Definition at line 30 of file ModelIO.h.
Referenced by cloudViewer::visualization::GuiVisualizer::LoadGeometry().