Open3D (C++ API)  0.18.0+5c982c7
Data Fields
open3d::io::ReadTriangleModelOptions Struct Reference

#include <ModelIO.h>

Data Fields

bool print_progress = false
 
std::function< bool(double)> update_progress
 

Field Documentation

◆ print_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.

◆ update_progress

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


The documentation for this struct was generated from the following file: