Open3D (C++ API)
0.17.0
|
#include <ModelIO.h>
Data Fields | |
bool | print_progress = false |
std::function< bool(double)> | update_progress |
bool open3d::io::ReadTriangleModelOptions::print_progress = false |
Print progress to stdout about loading progress. Also see update_progress
if you want to have your own progress indicators or to be able to cancel loading.
std::function<bool(double)> open3d::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