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

#include <plot_data.hpp>

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

Public Member Functions

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

Public Attributes

int line_flags
 
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

◆ LinePlotData()

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

◆ ~LinePlotData()

guik::LinePlotData::~LinePlotData ( )
inline

Member Function Documentation

◆ plot()

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

Reimplemented from guik::PlotData.

Member Data Documentation

◆ line_flags

int guik::LinePlotData::line_flags

◆ xs

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

◆ ys

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

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