File RTpixelMaps Documentation
Automatically generated with Code Structure Viewer (CS), Project Version: 3o4d 17-November-2020
Copyright © 2020, BAI Research. All Rights Reserved.
File Name: RTpixelMaps.cpp/.hpp
File Description: RT pixel maps
File Function List
-
- getRGBMapValues
- generatePixmapFromRGBmap
- writeImage
File Diagram (functions hierarchy)
Function RTpixelMapsClass::getRGBMapValues()
Function Summary
name | return type | description |
getRGBMapValues | void | get RGBM ap values |
Function Arguments
name | type | description |
x | int | x |
y | int | y |
imageWidth | int | image width |
rgbMap | uchar* | rgb map |
col | colour* | col |
Function Reference List
N/A
Function Trace
location | current function being traced |
RTpixelMaps.hpp | getRGBMapValues |
CSexecflow.hpp | generatePixmapFromRGBmap |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)
Function RTpixelMapsClass::generatePixmapFromRGBmap()
Function Summary
name | return type | description |
generatePixmapFromRGBmap | void | generate pixmap from RGB map |
Function Arguments
name | type | description |
imageFileName | const string | image file name |
imageWidth | int | image width |
imageHeight | const int | image height |
rgbMap | uchar* | rgb map |
Function Reference List
-
- RTppmClass::newPixmap
-
- getRGBMapValues
- RTppmClass::placepointPPM
- writeImage
Function Trace
location | current function being traced |
CSexecflow.hpp | generatePixmapFromRGBmap |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)
Function RTpixelMapsClass::writeImage()
Function Summary
name | return type | description |
writeImage | void | write image |
Function Arguments
name | type | description |
imageFileName | const string | image file name |
pm | pixmap* | pm |
Function Reference List
-
- RTppmClass::writePPM
- RTppmClass::freePixmap
Function Trace
location | current function being traced |
RTpixelMaps.hpp | writeImage |
CSexecflow.hpp | generatePixmapFromRGBmap |
CSmain.hpp | generateCodeStructure |
Trace Diagram (magenta)