#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include <iostream>#include <OSGLog.h>#include "OSGPNMImageFileType.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Defines | |
| #define | INT_MAX numeric_limits<int>::max() |
Variables | |
| static const Char8 * | suffixArray [] |
| #define INT_MAX numeric_limits<int>::max() |
Definition at line 56 of file OSGPNMImageFileType.cpp.
const Char8* suffixArray[] [static] |
Initial value:
{
"pnm", "pbm", "pgm", "ppm"
}
Definition at line 80 of file OSGPNMImageFileType.cpp.
1.5.5