1SbBool(3IV)() SbBool(3IV)()
23
4
NAME
6SbBool — a Boolean type
7
INHERITS FROM
9SbBool
10
SYNOPSIS
12#include <Inventor/SbBasic.h>
1314
DESCRIPTION
16This typedef is used to represent the Boolean values TRUE and FALSE.
17SbBool is not a class and does not have any methods or variables.
1819
20
21
SbBool(3IV)()