2#include <Core/RaCore.hpp>
3#include <Core/Utils/StdOptional.hpp>
24using namespace Ra::Core::Utils;
std::string getDataPath()
Get the current data path.
std::string popDataPath()
Pop the current data path.
optional< std::string > getRadiumPluginsPath()
Get the path of Radium embedded plugins.
optional< std::string > getBasePath()
this one is always found, use optional for consistency ?
void pushDataPath(std::string datapath)
Push a new data path.
optional< std::string > getResourcesPath(void *symbol, const std::string &pattern)
Search for general resource path.
optional< std::string > getRadiumResourcesPath()
Get the path of Radium internal resources.
hepler function to manage enum as underlying types in VariableSet