gtsam_points
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
guik::HistogramPlotData Struct Reference

#include <plot_data.hpp>

Inheritance diagram for guik::HistogramPlotData:
Inheritance graph
[legend]
Collaboration diagram for guik::HistogramPlotData:
Collaboration graph
[legend]

Public Member Functions

 HistogramPlotData (const std::string &label)
 
 ~HistogramPlotData ()
 
virtual void plot () const override
 
- Public Member Functions inherited from guik::PlotData
 PlotData (const std::string &label)
 
virtual ~PlotData ()
 

Public Attributes

int histogram_flags
 
int x_bins
 
int y_bins
 
double x_range_min
 
double x_range_max
 
double y_range_min
 
double y_range_max
 
std::vector< double > xs
 
std::vector< double > ys
 
- Public Attributes inherited from guik::PlotData
std::string label
 

Additional Inherited Members

- Public Types inherited from guik::PlotData
using Ptr = std::shared_ptr< PlotData >
 
using ConstPtr = std::shared_ptr< const PlotData >
 

Constructor & Destructor Documentation

◆ HistogramPlotData()

guik::HistogramPlotData::HistogramPlotData ( const std::string &  label)
inline

◆ ~HistogramPlotData()

guik::HistogramPlotData::~HistogramPlotData ( )
inline

Member Function Documentation

◆ plot()

virtual void guik::HistogramPlotData::plot ( ) const
overridevirtual

Reimplemented from guik::PlotData.

Member Data Documentation

◆ histogram_flags

int guik::HistogramPlotData::histogram_flags

◆ x_bins

int guik::HistogramPlotData::x_bins

◆ x_range_max

double guik::HistogramPlotData::x_range_max

◆ x_range_min

double guik::HistogramPlotData::x_range_min

◆ xs

std::vector<double> guik::HistogramPlotData::xs

◆ y_bins

int guik::HistogramPlotData::y_bins

◆ y_range_max

double guik::HistogramPlotData::y_range_max

◆ y_range_min

double guik::HistogramPlotData::y_range_min

◆ ys

std::vector<double> guik::HistogramPlotData::ys

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