ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::data::SampleDatum< abscissa_type, ordinate_type > Struct Template Reference

#include <SampleDatum.hpp>

Public Member Functions

 SampleDatum (abscissa_type _x=0, ordinate_type _y=0)
 

Public Attributes

abscissa_type x
 
ordinate_type y
 

Detailed Description

template<typename abscissa_type, typename ordinate_type>
struct pwiz::data::SampleDatum< abscissa_type, ordinate_type >

Definition at line 40 of file SampleDatum.hpp.

Constructor & Destructor Documentation

◆ SampleDatum()

template<typename abscissa_type , typename ordinate_type >
pwiz::data::SampleDatum< abscissa_type, ordinate_type >::SampleDatum ( abscissa_type  _x = 0,
ordinate_type  _y = 0 
)
inline

Definition at line 45 of file SampleDatum.hpp.

46 : x(_x), y(_y)
47 {}

Member Data Documentation

◆ x

template<typename abscissa_type , typename ordinate_type >
abscissa_type pwiz::data::SampleDatum< abscissa_type, ordinate_type >::x

◆ y

template<typename abscissa_type , typename ordinate_type >
ordinate_type pwiz::data::SampleDatum< abscissa_type, ordinate_type >::y

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