![]() |
Orfeo Toolbox
3.16
|
Go to the source code of this file.
Namespaces | |
| namespace | otb |
| The "otb" namespace contains all Orfeo Toolbox (OTB) classes There are several nested namespaces withing the otb:: namespace. | |
Macros | |
| #define | CALLBACK |
Typedefs | |
| typedef GLvoid(CALLBACK * | FunctionPointerType )() |
Functions | |
| void CALLBACK | BeginCallback (GLenum prim) |
| void CALLBACK | CombineCallback (GLdouble coords[3], GLdouble *[4], GLfloat[4], GLdouble **dataOut) |
| void CALLBACK | EndCallback () |
| void CALLBACK | ErrorCallback (GLenum errorCode) |
| void CALLBACK | VertexCallback (void *data) |
| #define CALLBACK |
Definition at line 32 of file otbGluPolygonDrawingHelper.cxx.
| typedef GLvoid(CALLBACK * FunctionPointerType)() |
Definition at line 38 of file otbGluPolygonDrawingHelper.cxx.
| void CALLBACK BeginCallback | ( | GLenum | prim | ) |
Definition at line 55 of file otbGluPolygonDrawingHelper.cxx.
Referenced by otb::GluPolygonDrawingHelper::GluPolygonDrawingHelper(), and otb::VectorDataGlComponent< TVectorData >::VectorDataGlComponent().
| void CALLBACK CombineCallback | ( | GLdouble | coords[3], |
| GLdouble * | [4], | ||
| GLfloat | [4], | ||
| GLdouble ** | dataOut | ||
| ) |
Definition at line 40 of file otbGluPolygonDrawingHelper.cxx.
Referenced by otb::GluPolygonDrawingHelper::GluPolygonDrawingHelper().
| void CALLBACK EndCallback | ( | ) |
Definition at line 59 of file otbGluPolygonDrawingHelper.cxx.
Referenced by otb::GluPolygonDrawingHelper::GluPolygonDrawingHelper(), and otb::VectorDataGlComponent< TVectorData >::VectorDataGlComponent().
| void CALLBACK ErrorCallback | ( | GLenum | errorCode | ) |
Definition at line 49 of file otbGluPolygonDrawingHelper.cxx.
Referenced by otb::GluPolygonDrawingHelper::GluPolygonDrawingHelper().
| void CALLBACK VertexCallback | ( | void * | data | ) |
Definition at line 64 of file otbGluPolygonDrawingHelper.cxx.
Referenced by otb::GluPolygonDrawingHelper::GluPolygonDrawingHelper(), and otb::VectorDataGlComponent< TVectorData >::VectorDataGlComponent().