wPlot2D
version: 0.1.0
A lightweight C++ library for clear and customizable 2D scientific plots.
Loading...
Searching...
No Matches
wPlot2D::FunctionEntity Member List
This is the complete list of members for
wPlot2D::FunctionEntity
, including all inherited members.
addComponent
(Args &&... args)
wEngine::Entity
inline
addExcludedInterval
(double min, double max)
wPlot2D::FunctionEntity
alignToYAxis
(float normalizedOffsetX=0.0f, float normalizedOffsetY=0.0f)
wPlot2D::FunctionEntity
clearComponents
()
wEngine::Entity
clearExcludedIntervals
()
wPlot2D::FunctionEntity
drawFunction
(sf::RenderWindow &window, double startX, double endX, size_t nbPoints=1000)
wPlot2D::FunctionEntity
Entity
()
wEngine::Entity
FunctionEntity
(const sf::Vector2f origin, const sf::Vector2f scale, std::function< double(double) > func)
wPlot2D::FunctionEntity
getColor
() const
wPlot2D::FunctionEntity
getComponent
() const
wEngine::Entity
inline
getDashLength
() const
wPlot2D::FunctionEntity
getEntityID
() const
wEngine::Entity
getGapLength
() const
wPlot2D::FunctionEntity
getInterfaceComponent
() const
wEngine::Entity
inline
getLineStyle
() const
wPlot2D::FunctionEntity
getOffset
() const
wPlot2D::FunctionEntity
getPosition
() const
wPlot2D::FunctionEntity
getRotation
() const
wPlot2D::FunctionEntity
getThickness
() const
wPlot2D::FunctionEntity
hasComponent
() const noexcept
wEngine::Entity
inline
removeComponent
()
wEngine::Entity
inline
requireComponent
(const std::string &context="") const
wEngine::Entity
inline
resetEntityIDCounter
()
wEngine::Entity
static
setColor
(sf::Color color)
wPlot2D::FunctionEntity
setDashLength
(float dashLength)
wPlot2D::FunctionEntity
setGapLength
(float gapLength)
wPlot2D::FunctionEntity
setLineStyle
(wEngine::LineStyleComponent::LineStyle style)
wPlot2D::FunctionEntity
setOffset
(float offsetX, float offsetY)
wPlot2D::FunctionEntity
setPosition
(sf::Vector2f position)
wPlot2D::FunctionEntity
setRotation
(float angleDegrees)
wPlot2D::FunctionEntity
setScale
(sf::Vector2f scale)
wPlot2D::FunctionEntity
setThickness
(float thickness)
wPlot2D::FunctionEntity
~Entity
()
wEngine::Entity
virtual
~FunctionEntity
()=default
wPlot2D::FunctionEntity
virtual
Generated by
1.14.0