CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
charts::data_series_t Class Referenceexport

Public Member Functions

 data_series_t ()=default
 
template<std::size_t DATA_LEN>
 data_series_t (la::vec< DATA_LEN > &x, la::vec< DATA_LEN > &y)
 
std::size_t size () const
 
la::vec< 2 > operator[] (std::size_t index) const
 
data_series_ttest ()
 

Detailed Description

Definition at line 14 of file plot_series.cppm.

Constructor & Destructor Documentation

◆ data_series_t() [1/2]

charts::data_series_t::data_series_t ( )
exportdefault
+ Here is the caller graph for this function:

◆ data_series_t() [2/2]

template<std::size_t DATA_LEN>
charts::data_series_t::data_series_t ( la::vec< DATA_LEN > & x,
la::vec< DATA_LEN > & y )
inlineexport

Definition at line 23 of file plot_series.cppm.

Member Function Documentation

◆ operator[]()

la::vec< 2 > charts::data_series_t::operator[] ( std::size_t index) const
inlineexport

Definition at line 33 of file plot_series.cppm.

◆ size()

std::size_t charts::data_series_t::size ( ) const
inlineexport

Definition at line 26 of file plot_series.cppm.

◆ test()

data_series_t & charts::data_series_t::test ( )
inlineexport

Definition at line 37 of file plot_series.cppm.

+ Here is the call graph for this function:

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