1 #ifndef _SPICA_AXIS_COMPARATOR_H_
2 #define _SPICA_AXIS_COMPARATOR_H_
4 #if defined(_WIN32) || defined(__WIN32__)
5 #define SPICA_AXIS_COMPARABLE_DLL __declspec(dllexport)
7 #define SPICA_AXIS_COMPARABLE_DLL
19 virtual double get(
int d)
const = 0;
24 #endif // _SPICA_AXIS_COMPARATOR_H_
Definition: axis_comparable.h:15