Public Member Functions | |
| glextFuncInit (char *name, UInt32 format, UInt32 dim) | |
| void | init (UInt32(&extids)[numFormats][4], UInt32 extension) |
Private Attributes | |
| char * | _name |
| UInt32 | _format |
| UInt32 | _dim |
Definition at line 362 of file OSGGeoPumpFactory.cpp.
| glextFuncInit::glextFuncInit | ( | char * | name, | |
| UInt32 | format, | |||
| UInt32 | dim | |||
| ) | [inline] |
| void glextFuncInit::init | ( | UInt32(&) | extids[numFormats][4], | |
| UInt32 | extension | |||
| ) | [inline] |
Definition at line 369 of file OSGGeoPumpFactory.cpp.
References formatBase, and osg::Window::registerFunction().
00370 { 00371 extids[_format - formatBase][_dim - 1] = 00372 Window::registerFunction(_name, extension); 00373 }
char* glextFuncInit::_name [private] |
Definition at line 377 of file OSGGeoPumpFactory.cpp.
UInt32 glextFuncInit::_format [private] |
Definition at line 378 of file OSGGeoPumpFactory.cpp.
UInt32 glextFuncInit::_dim [private] |
Definition at line 379 of file OSGGeoPumpFactory.cpp.
1.5.5