MeVisLab Toolbox Reference
MLFileListToolsSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
7 //----------------------------------------------------------------------------------
8 
9 #pragma once
10 
13 namespace FileListTools {
14 }
15 
17 #ifdef MLFILE_LIST_TOOLS_EXPORTS
18  // Use the MLFILE_LIST_TOOLS_EXPORT macro to export classes and functions
19  #define MLFILE_LIST_TOOLS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
20 #else
21  // If included by external modules, exported symbols are declared as import symbols
22  #define MLFILE_LIST_TOOLS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
23 #endif
Namespace containing a number of tools and classes to scan directories for files, assign attributes t...