#include <AutoIO.h>
Definition at line 24 of file AutoIO.h.
◆ enable_post_processing
| bool cloudViewer::io::ReadTriangleMeshOptions::enable_post_processing = false |
Enables post-processing on the mesh.
Definition at line 26 of file AutoIO.h.
◆ print_progress
| bool cloudViewer::io::ReadTriangleMeshOptions::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 30 of file AutoIO.h.
◆ update_progress
| std::function<bool(double)> cloudViewer::io::ReadTriangleMeshOptions::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 34 of file AutoIO.h.
The documentation for this struct was generated from the following file:
- /root/ACloudViewer/libs/CV_io/include/AutoIO.h