Klang C++
Language Reference (draft)
Getting Started
Reference
Examples
Objects
Index
Members
Loading...
Searching...
No Matches
klang
Graph
klang::Graph Member List
This is the complete list of members for
klang::Graph
, including all inherited members.
add
(TYPE y)
klang::Generic::Graph< GRAPH_SIZE >
inline
add
(const Point pt)
klang::Generic::Graph< GRAPH_SIZE >
inline
axes
klang::Generic::Graph< GRAPH_SIZE >
protected
capacity
() const
klang::Generic::Graph< GRAPH_SIZE >
inline
clear
()
klang::Generic::Graph< GRAPH_SIZE >
inline
data
klang::Generic::Graph< GRAPH_SIZE >
protected
dirty
klang::Generic::Graph< GRAPH_SIZE >
protected
getAxes
() const
klang::Generic::Graph< GRAPH_SIZE >
inline
getAxes
(Axes &axes) const
klang::Generic::Graph< GRAPH_SIZE >
inline
getData
() const
klang::Generic::Graph< GRAPH_SIZE >
inline
isDirty
() const
klang::Generic::Graph< GRAPH_SIZE >
inline
operator Series &
()
klang::Generic::Graph< GRAPH_SIZE >
inline
operator()
(double min, double max)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator()
(double x_min, double x_max, double y_min, double y_max)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator+=
(TYPE y)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator+=
(const Point pt)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator+=
(std::initializer_list< Point > values)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator<<
(Function< Args... > &function)
klang::Graph
inline
klang::Generic::Graph< GRAPH_SIZE >::operator<<
(Function< Args... > &function)
klang::Generic::Graph< GRAPH_SIZE >
inline
klang::Generic::Graph< GRAPH_SIZE >::operator<<
(TYPE &in)
klang::Generic::Graph< GRAPH_SIZE >
inline
klang::Generic::Graph< GRAPH_SIZE >::operator<<
(const TYPE &in)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator=
(TYPE(*function)(TYPE))
klang::Generic::Graph< GRAPH_SIZE >
inline
operator=
(std::initializer_list< Point > values)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator[]
(int index)
klang::Generic::Graph< GRAPH_SIZE >
inline
operator[]
(int index) const
klang::Generic::Graph< GRAPH_SIZE >
inline
plot
(Generic::Function< SIGNAL, Args... > &function)
klang::Generic::Graph< GRAPH_SIZE >
inline
plot
(TYPE(*function)(TYPE))
klang::Generic::Graph< GRAPH_SIZE >
inline
plot
(FUNCTION f, VALUES... values)
klang::Generic::Graph< GRAPH_SIZE >
inline
setDirty
(bool dirty)
klang::Generic::Graph< GRAPH_SIZE >
inline
truncate
(unsigned int count)
klang::Generic::Graph< GRAPH_SIZE >
inline
~Graph
()
klang::Generic::Graph< GRAPH_SIZE >
inline
virtual