namespace
PlotModule for visualization tools.
Namespaces
- namespace Artist
- Module for Rodin::
Plot artists. - namespace Backend
- Module for the Rodin::
Plot backend. - namespace GUI
- Contains GUI functionality.
Classes
- class Configuration
- Represents the configuration parameters to use for plotting.
- class Plot
- Contains the plotting functionalities.
Typedefs
- using FigureId = decltype(SDL_GetWindowID(std::declval<SDL_Window*>()))
Typedef documentation
using Rodin:: Plot:: FigureId = decltype(SDL_GetWindowID(std::declval<SDL_Window*>()))
Represents the unique identifier of an Artist::