Drake Designer
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
vtkDRCFiltersModule.h
Go to the documentation of this file.
1 #ifndef __vtkDRCFiltersModel_h
2 #define __vtkDRCFiltersModel_h
3 
4 #if defined(WIN32)
5 # if defined(vtkDRCFilters_EXPORTS)
6 # define VTKDRCFILTERS_EXPORT __declspec( dllexport )
7 # else
8 # define VTKDRCFILTERS_EXPORT __declspec( dllimport )
9 # endif
10 #else
11 # define VTKDRCFILTERS_EXPORT
12 #endif
13 
14 #endif