32 #ifndef Settings_INCLUDE_ONCE 33 #define Settings_INCLUDE_ONCE EVerbosityLevel mVerbosityLevel
The String class implements an advanced UTF16 (Unicode BMP) string manipulation engine.
Global application settings controlling how Visualization Library behaves.
const String & defaultLogPath() const
The path of the default log file.
EVerbosityLevel verbosityLevel() const
The verbosity level of VL.
#define VL_INSTRUMENT_CLASS(ClassName, BaseClass)
VLCORE_EXPORT void setGlobalSettings(GlobalSettings *)
Sets VisulizationLibrary's global settings.
Visualization Library main namespace.
Used to initialize/shutdown VisualizationLibrary and to access important global data.
The base class for all the reference counted objects.
bool checkOpenGLStates() const
If true VL checks at the beginning of each rendering that the OpenGL states are clean and ready to be...
const String & defaultDataPath() const
The path of the default data directory.
void setCheckOpenGLStates(bool check_clean)
If true VL checks at the beginning of each rendering that the OpenGL states are clean and ready to be...
Visualization Library's enums in the 'vl' namespace.
void setVerbosityLevel(EVerbosityLevel verb_level)
The verbosity level of VL.
VLCORE_EXPORT GlobalSettings * globalSettings()
Returns VisulizationLibrary's global settings.