18 #ifndef vtkPVStandardPaths_h 19 #define vtkPVStandardPaths_h VTK_ABI_NAMESPACE_BEGIN VTKREMOTINGAPPLICATION_EXPORT std::vector< std::string > GetSystemDirectories()
Return system data directories, depending on operating system:
VTKREMOTINGAPPLICATION_EXPORT std::string GetUserSettingsFilePath()
Get file path for the user settings file.
#define VTK_ABI_NAMESPACE_BEGIN
VTKREMOTINGAPPLICATION_EXPORT std::string GetUserSettingsDirectory()
Get directory for user settings file.
VTKREMOTINGAPPLICATION_EXPORT std::vector< std::string > GetInstallDirectories()
Returns paths relative to install directory.
#define VTKREMOTINGAPPLICATION_EXPORT