Visualization Library 2.0.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Used to initialize/shutdown VisualizationLibrary and to access important global data. More...
#include <VisualizationLibrary.hpp>
Static Public Member Functions | |
static VLMAIN_EXPORT void | init (bool log_info=true) |
Initializes VLCore and VLGraphics libraries. More... | |
static VLMAIN_EXPORT void | shutdown () |
Releases all the resources acquired by VLCore and VLGraphics. More... | |
static VLMAIN_EXPORT bool | isCoreInitialized () |
Returns true if VLCore library is initialized and shutdown has not been called. More... | |
static VLMAIN_EXPORT bool | isGraphicsInitialized () |
Returns true if VLGraphics library is initialized and shutdown has not been called. More... | |
Used to initialize/shutdown VisualizationLibrary and to access important global data.
Definition at line 44 of file VisualizationLibrary.hpp.
|
static |
Initializes VLCore and VLGraphics libraries.
Call initCore() instead of init() when using only VLCore.
Definition at line 131 of file init_graphics.cpp.
Referenced by main().
|
static |
Returns true if VLCore library is initialized and shutdown has not been called.
Definition at line 105 of file init_core.cpp.
References vl::Log::bug(), vl::defFileSystem(), vl::FileSystem::directories(), vl::ref< T >::get(), vl::globalSettings(), vl::setDefFileSystem(), vl::setDefLoadWriterManager(), vl::setDefLogger(), vl::setDefMersenneTwister(), vlX::setDefVLXRegistry(), vl::setGlobalSettings(), vl::StandardLog::setLogFile(), and VL_CHECK.
|
static |
Returns true if VLGraphics library is initialized and shutdown has not been called.
Definition at line 143 of file init_graphics.cpp.
|
static |
Releases all the resources acquired by VLCore and VLGraphics.
Call shutdownCore() instead of shutdown() when using only VLCore.
Definition at line 137 of file init_graphics.cpp.
Referenced by vlGLUT::atexit_visualization_library_shutdown().
Visualization Library 2.0.0 Reference Documentation
Updated on Wed Dec 23 2020 12:44:12.
© Copyright Michele Bosi. All rights reserved.