Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Plotter< T > Class Template Reference

#include <plotter.h>

Collaboration diagram for Plotter< T >:
Collaboration graph

Public Member Functions

 Plotter ()=default
 
virtual ~Plotter ()=default
 
std::string plot (const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const
 
std::string operator() (const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const
 

Detailed Description

template<typename T>
class Plotter< T >

Definition at line 6 of file plotter.h.

Constructor & Destructor Documentation

template<typename T>
Plotter< T >::Plotter ( )
default
template<typename T>
virtual Plotter< T >::~Plotter ( )
virtualdefault

Member Function Documentation

template<typename T >
std::string Plotter< T >::plot ( const std::function< T(T)> &  f,
from = 0.0,
to = 1.0,
unsigned int  n = 10 
) const

Definition at line 11 of file plotter.cpp.

Referenced by main().

Here is the caller graph for this function:

template<typename T >
std::string Plotter< T >::operator() ( const std::function< T(T)> &  f,
from = 0.0,
to = 1.0,
unsigned int  n = 10 
) const

Definition at line 52 of file plotter.cpp.


The documentation for this class was generated from the following files: