sciplot  0.3.1
A modern C++ plotting library powered by gnuplot
FilledCurvesSpecsOf< DerivedSpecs > Class Template Reference

The class used to set options for the gnuplot filledcurve functionality. More...

#include <FilledCurvesSpecsOf.hpp>

Inheritance diagram for FilledCurvesSpecsOf< DerivedSpecs >:
[legend]
Collaboration diagram for FilledCurvesSpecsOf< DerivedSpecs >:
[legend]

Public Member Functions

 FilledCurvesSpecsOf ()
 Construct a default FilledCurveSpecs instance.
 
auto above () -> DerivedSpecs &
 Limit filled area to above curves.
 
auto below () -> DerivedSpecs &
 Limit filled area to below curves.
 
auto repr () const -> std::string
 Convert this FillSpecsOf object into a gnuplot formatted string.
 
- Public Member Functions inherited from Specs< DerivedSpecs >
virtual ~Specs ()=default
 Pure virtual destructor (this class is an abstract base class).
 
 operator std::string () const
 Return a string representation of this object of some class that derives from specs.
 
auto derived () -> DerivedSpecs &
 Return a reference to the specs object of class derived from this.
 
auto derived () const -> const DerivedSpecs &
 Return a const reference to the specs object of class derived from this.
 

Detailed Description

template<typename DerivedSpecs>
class sciplot::FilledCurvesSpecsOf< DerivedSpecs >

The class used to set options for the gnuplot filledcurve functionality.


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