osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
osm::Plot2DCanvas Member List

This is the complete list of members for osm::Plot2DCanvas, including all inherited members.

Canvas(uint32_t width, uint32_t height)osm::Canvasexplicit
clear()osm::Canvas
draw(std::function< Y(X)> function, char c, std::string_view feat="")osm::Plot2DCanvasinline
enableFrame(bool frame_enabled)osm::Canvas
getBackground() constosm::Canvas
getBackgroundFeat() constosm::Canvas
getFrameFeat() constosm::Canvas
getFrameStyle() constosm::Canvas
getHeight() constosm::Canvas
getOffsetX() constosm::Plot2DCanvas
getOffsetY() constosm::Plot2DCanvas
getScaleX() constosm::Plot2DCanvas
getScaleY() constosm::Plot2DCanvas
getWidth() constosm::Canvas
height_osm::Canvasprotected
isFrameEnabled() constosm::Canvas
Plot2DCanvas(uint32_t w, uint32_t h)osm::Plot2DCanvasexplicit
put(uint32_t x, uint32_t y, char c, std::string_view feat="")osm::Canvas
refresh()osm::Canvas
setBackground(char c, std::string_view feat="")osm::Canvas
setFrame(FrameStyle, std::string_view feat="")osm::Canvas
setHeight(uint32_t height)osm::Canvas
setOffset(float xOff, float yOff)osm::Plot2DCanvas
setScale(float xScale, float yScale)osm::Plot2DCanvas
setWidth(uint32_t width)osm::Canvas
width_osm::Canvasprotected