|
RADLib
RADical C++ application framework
|
Abstract renderer that converts plot snapshots into images. More...
#include <RADPlot.h>
Inheritance diagram for RADUi::PlotRenderer:Public Member Functions | |
| virtual | ~PlotRenderer ()=default |
| Destroys renderer implementations through the base class. More... | |
| virtual PlotImage | render (const PlotModelSnapshot &snapshot, const PlotViewport &viewport)=0 |
| Renders snapshot into an image using viewport. More... | |
Abstract renderer that converts plot snapshots into images.
|
virtualdefault |
Destroys renderer implementations through the base class.
|
pure virtual |
Renders snapshot into an image using viewport.
Implemented in RADUi::OpenGLPlotRenderer, and RADUi::SoftwarePlotRenderer.