Class LoadingThread
Defined in File loading_thread.hpp
Class Documentation
-
class LoadingThread
Public Types
-
using NodeCallback = std::function<void(const std::shared_ptr<PotreeNode>&)>
Public Functions
-
~LoadingThread()
-
void unscheduleAll()
-
void setNodeLoadedCallback(const NodeCallback &func)
-
using NodeCallback = std::function<void(const std::shared_ptr<PotreeNode>&)>