File LDopengl Documentation
Automatically generated with Code Structure Viewer (CS), Project Version: 3o4d 17-November-2020
Copyright © 2020, BAI Research. All Rights Reserved.
File Name: LDopengl.cpp/.hpp
File Description: LD opengl
File Function List
-
- initiateOpenGL
- exitOpenGL
- setViewPort3Dortho
- drawPrimitivesReferenceListToOpenGLandCreateRGBmapBasic
File Diagram (functions hierarchy)
Function LDopenglClass::initiateOpenGL()
Function Summary
name | return type | description |
initiateOpenGL | bool | initiate open GL |
Function Arguments
name | type | description |
width | const int | width |
height | const int | height |
windowPositionX | const int | window position X |
windowPositionY | const int | window position Y |
confidentialWarnings | const bool | confidential warnings |
Function Reference List
N/A
Function Trace
location | current function being traced |
CSexecflow.hpp | initiateOpenGL |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)
Function LDopenglClass::exitOpenGL()
Function Summary
name | return type | description |
exitOpenGL | bool | exit open GL |
Function Reference List
N/A
Function Trace
location | current function being traced |
CSexecflow.hpp | exitOpenGL |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)
Function LDopenglClass::setViewPort3Dortho()
Function Summary
name | return type | description |
setViewPort3Dortho | void | set view port 3D ortho |
Function Arguments
name | type | description |
left | const double | left |
right | const double | right |
bottom | const double | bottom |
top | const double | top |
back | const double | back |
forward | const double | forward |
Function Reference List
N/A
Function Trace
location | current function being traced |
CSexecflow.hpp | setViewPort3Dortho |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)
Function LDopenglClass::drawPrimitivesReferenceListToOpenGLandCreateRGBmapBasic()
Function Summary
name | return type | description |
drawPrimitivesReferenceListToOpenGLandCreateRGBmapBasic | void | draw primitives reference list to open GL and create RGB map basic |
Function Arguments
name | type | description |
firstReferenceInPrimitivesReferenceList | const LDreference* | first reference in primitives reference list |
width | int | width |
height | const int | height |
rgbMap | uchar* | rgb map |
Function Reference List
Function Trace
location | current function being traced |
CSexecflow.hpp | drawPrimitivesReferenceListToOpenGLandCreateRGBmapBasic |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)
Function LDopenglClass::writeScreenToRGBMap()
Function Summary
name | return type | description |
writeScreenToRGBMap | void | write screen to RGBM ap |
Function Arguments
name | type | description |
width | int | width |
height | const int | height |
rgbMap | uchar* | rgb map |
Function Reference List
N/A
Function Trace
location | current function being traced |
LDopengl.hpp | writeScreenToRGBMap |
CSexecflow.hpp | drawPrimitivesReferenceListToOpenGLandCreateRGBmapBasic |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)