SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
PathsHelperMacOSX.h
1 //=============================================================================
2 //
3 // Copyright (c) Kitware, Inc.
4 // All rights reserved.
5 // See LICENSE.txt for details.
6 //
7 // This software is distributed WITHOUT ANY WARRANTY; without even
8 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9 // PURPOSE. See the above copyright notice for more information.
10 //
11 //=============================================================================
12 #ifndef smtk_common_PathsHelperMacOSX_h
13 #define smtk_common_PathsHelperMacOSX_h
14 
15 #include "smtk/CoreExports.h"
16 
17 namespace smtk
18 {
19 namespace common
20 {
21 
22 class SMTKCORE_EXPORT PathsHelperMacOSX
23 {
24 public:
26 };
27 
28 } // namespace common
29 } // namespace smtk
30 
31 #endif // smtk_common_PathsHelperMacOSX_h
smtk
The main namespace for the Simulation Modeling Tool Kit (SMTK).
Definition: doc.h:33
smtk::common::PathsHelperMacOSX
Definition: PathsHelperMacOSX.h:22