|
ape
0.5.0
Audio Programming Environment
|
Fixed buffer of Plot::value_type elements that is plotted in the UI. More...
#include <plot.h>
Public Types | |
| typedef double | value_type |
| The type of value being plotted More... | |
| typedef value_type | Proxy |
| Assignable value to update the plot More... | |
Public Member Functions | |
| Plot (std::string name) | |
| Create a plot with a name . More... | |
| ~Plot () | |
| Destroys a plot. More... | |
| Proxy & | operator[] (std::size_t index) |
| Writable access to an element in the plot. More... | |
| const value_type & | operator[] (std::size_t index) const |
| Read-only access to an element More... | |
| const value_type * | data () const noexcept |
| Read-only access to the underlying buffer More... | |
| constexpr std::size_t | size () const noexcept |
| Returns the Size More... | |
Fixed buffer of Plot::value_type elements that is plotted in the UI.
| typedef value_type ape::Plot< Size >::Proxy |
Assignable value to update the plot
| typedef double ape::Plot< Size >::value_type |
The type of value being plotted
Create a plot with a name .
| name |
|
inlinenoexcept |
Read-only access to the underlying buffer
Writable access to an element in the plot.
|
inline |
Read-only access to an element
|
inlineconstexprnoexcept |
Returns the Size
1.8.16