2#include "MRPch/MRBindingMacros.h"
15[[deprecated(
"Use SystemPath::getExecutableDirectory() instead" )]]
20[[deprecated(
"Use SystemPath::getResourcesDirectory() instead" )]]
25[[deprecated(
"Use SystemPath::getFontsDirectory() instead" )]]
30[[deprecated(
"Use SystemPath::getPluginsDirectory() instead" )]]
35[[deprecated(
"Use SystemPath::getPythonModulesDirectory() instead" )]]
100 size_t currVirtual = 0, maxVirtual = 0;
101 size_t currPhysical = 0, maxPhysical = 0;
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:80
Definition MRCameraOrientationPlugin.h:8
MRMESH_API bool OpenDocument(const std::filesystem::path &path)
MRMESH_API std::filesystem::path GetHomeDirectory()
MRMESH_API SystemMemory getSystemMemory()
return information about memory available in the system
MRMESH_API std::string getOSNoSpaces()
MRMESH_API MR_BIND_IGNORE std::filesystem::path GetEmbeddedPythonDirectory()
MRMESH_API std::filesystem::path GetTempDirectory()
MRMESH_API MR_BIND_IGNORE std::filesystem::path GetLibsDirectory()
MRMESH_API MR_BIND_IGNORE std::filesystem::path GetFontsDirectory()
MRMESH_API void setupLoggerByDefault()
MRMESH_API std::string getCurrentStacktrace()
returns string representation of the current stacktrace
MRMESH_API void setNewHandlerIfNeeded()
MRMESH_API std::filesystem::path getUserConfigFilePath()
MRMESH_API std::string GetCpuId()
MRMESH_API std::string GetDetailedOSName()
MRMESH_API MR_BIND_IGNORE std::filesystem::path GetExeDirectory()
MRMESH_API void SetCurrentThreadName(const char *name)
std::vector< std::filesystem::path > FileNamesStack
Definition MRIOFilesMenuItems.h:14
MRMESH_API std::string GetMRVersionString()
std::array< Vector3f, 3 > MR_BIND_IGNORE
Definition MRMeshBuilderTypes.h:10
MRMESH_API std::filesystem::path getUserConfigDir()
MRMESH_API MR_BIND_IGNORE std::filesystem::path GetResourcesDirectory()
MRMESH_API void OpenLink(const std::string &url)
size_t physicalTotal
total amount of physical memory in the system, in bytes (0 if no info)
Definition MRSystem.h:87
size_t physicalAvailable
available amount of physical memory in the system, in bytes (0 if no info)
Definition MRSystem.h:90