32 #ifndef VisualizationLibrary_INCLUDE_ONCE 33 #define VisualizationLibrary_INCLUDE_ONCE 35 #include <vlCore/config.hpp> VLCORE_EXPORT void logSystemInfo()
Logs VL and system information.
VLCORE_EXPORT void showWin32Console()
Shows a console window that displays the standard output. This function is meant to be used only unde...
static VLMAIN_EXPORT bool isCoreInitialized()
Returns true if VLCore library is initialized and shutdown has not been called.
static VLMAIN_EXPORT void shutdown()
Releases all the resources acquired by VLCore and VLGraphics.
Visualization Library main namespace.
Used to initialize/shutdown VisualizationLibrary and to access important global data.
static VLMAIN_EXPORT void init(bool log_info=true)
Initializes VLCore and VLGraphics libraries.
static VLMAIN_EXPORT bool isGraphicsInitialized()
Returns true if VLGraphics library is initialized and shutdown has not been called.
VLCORE_EXPORT const char * versionString()
Returns the Visualization Library's version string.