Open Inventor Reference
SoBasic.h File Reference
#include <Inventor/SbBasic.h>

Go to the source code of this file.

Macros

#define SO__QUOTE(str)
 Handy macros.
 
#define SO__CONCAT(str1, str2)
 This uses the preprocessor to concatenate two strings.
 

Macro Definition Documentation

◆ SO__CONCAT

#define SO__CONCAT ( str1,
str2 )
Value:
str1str2

Definition at line 76 of file SoBasic.h.

◆ SO__QUOTE

#define SO__QUOTE ( str)
Value:
"str"

This uses the preprocessor to quote a string

Definition at line 69 of file SoBasic.h.