ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::io::ReadTriangleModelOptions Struct Reference

#include <ModelIO.h>

Public Attributes

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

Detailed Description

Definition at line 22 of file ModelIO.h.

Member Data Documentation

◆ print_progress

bool cloudViewer::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.

Definition at line 26 of file ModelIO.h.

◆ update_progress

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().


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