Open3D (C++ API)  0.18.0
Public Member Functions | Static Public Member Functions
open3d::visualization::GLFWContext Class Reference

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

Public Member Functions

 ~GLFWContext ()
 
int InitStatus () const
 Get the glfwInit status. More...
 

Static Public Member Functions

static std::shared_ptr< GLFWContextGetInstance ()
 Get a shared instance of the GLFW context. More...
 
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()

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

Get a shared instance of the GLFW context.

◆ GLFWErrorCallback()

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

◆ InitStatus()

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

Get the glfwInit status.


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