vtkPVStandardPaths.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
18 #ifndef vtkPVStandardPaths_h
19 #define vtkPVStandardPaths_h
20 
22 
23 #include <string>
24 #include <vector>
25 
26 #include "vtkABINamespace.h"
28 {
30 
37 VTKREMOTINGAPPLICATION_EXPORT std::vector<std::string> GetSystemDirectories();
38 
48 VTKREMOTINGAPPLICATION_EXPORT std::vector<std::string> GetInstallDirectories();
49 
60 
68 
70 };
71 
72 #endif
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