Go to the documentation of this file. 14 #ifndef __vtkboneMacros_h 15 #define __vtkboneMacros_h 26 #define vtkboneGetAsStringMacro(classname,enumname) \ 27 const char* classname::Get##enumname##AsString (int arg) \ 29 if (arg >=0 && arg < classname::NUMBER_OF_##enumname) \ 31 return enumname##_s[arg]; \