![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
GLFW context, handled as a singleton. More...
Public Member Functions | |
| ~GLFWContext () | |
| int | InitStatus () const |
| Get the glfwInit status / GLFW_PLATFORM initialized. More... | |
Static Public Member Functions | |
| static std::shared_ptr< GLFWContext > | GetInstance () |
| Get a shared instance of the GLFW context. More... | |
| static void | GLFWErrorCallback (int error, const char *description) |
GLFW context, handled as a singleton.
Definition at line 27 of file Visualizer.cpp.
|
inline |
Definition at line 53 of file Visualizer.cpp.
References LogDebug.
|
inlinestatic |
Get a shared instance of the GLFW context.
Definition at line 65 of file Visualizer.cpp.
Referenced by cloudViewer::visualization::Visualizer::CreateVisualizerWindow().
|
inlinestatic |
Definition at line 76 of file Visualizer.cpp.
References LogWarning.
Referenced by cloudViewer::visualization::Visualizer::CreateVisualizerWindow().
|
inline |
Get the glfwInit status / GLFW_PLATFORM initialized.
Definition at line 62 of file Visualizer.cpp.