mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
21 lines
736 B
Plaintext
21 lines
736 B
Plaintext
/*!
|
|
|
|
\defgroup jkqtfastplotter JKQTFastPlotter: Speed-Optimized Plotter class
|
|
|
|
This is an indepent (and fully self-contained) plotter class, which is optimized for drawing speed, rather than
|
|
output quality. It lacks several of the advanced features of JKQTPlotter, but can be used in cases, where fast
|
|
update of plots or real-time plotting is required.
|
|
|
|
An example for the usage of this class can be found here: \ref JKQTFastPlotterTest
|
|
|
|
\image html jkqtfastplotter_test.png
|
|
|
|
|
|
|
|
\defgroup jkqtfastplotter_PlotItems Plot Elements available in JKQTFastPlotter
|
|
\ingroup jkqtfastplotter
|
|
|
|
\defgroup jkqtfastplotter_tools Tool Functions, Enums, Classes for JKQTFastPlotter
|
|
\ingroup jkqtfastplotter
|
|
|
|
*/ |