Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::visualization::GLFWContext Class Reference

GLFW context, handled as a singleton. More...

Public Member Functions

 ~GLFWContext ()
int InitStatus () const
 Get the glfwInit status / GLFW_PLATFORM initialized.

Static Public Member Functions

static std::shared_ptr< GLFWContext > GetInstance ()
 Get a shared instance of the GLFW context.
static void GLFWErrorCallback (int error, const char *description)

Detailed Description

GLFW context, handled as a singleton.

Constructor & Destructor Documentation

◆ ~GLFWContext()

open3d::visualization::GLFWContext::~GLFWContext ( )
inline

Member Function Documentation

◆ GetInstance()

std::shared_ptr< GLFWContext > open3d::visualization::GLFWContext::GetInstance ( )
inlinestatic

Get a shared instance of the GLFW context.

◆ GLFWErrorCallback()

void open3d::visualization::GLFWContext::GLFWErrorCallback ( int error,
const char * description )
inlinestatic

◆ InitStatus()

int open3d::visualization::GLFWContext::InitStatus ( ) const
inline

Get the glfwInit status / GLFW_PLATFORM initialized.


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