sciplot  0.3.1
A modern C++ plotting library powered by gnuplot
PointSpecs Class Reference

The class used to specify point options. More...

#include <PointSpecsOf.hpp>

Inheritance diagram for PointSpecs:
[legend]
Collaboration diagram for PointSpecs:
[legend]

Additional Inherited Members

- Public Member Functions inherited from PointSpecsOf< PointSpecs >
 PointSpecsOf ()
 Construct a default PointSpecsOf instance.
 
auto pointType (int value) -> PointSpecs &
 Set the point type of the underlying plot object.
 
auto pointSize (int value) -> PointSpecs &
 Set the point size of the underlying plot object.
 
auto repr () const -> std::string
 Convert this PointSpecsOf object into a gnuplot formatted string.
 
- Public Member Functions inherited from Specs< PointSpecs >
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 () -> PointSpecs &
 Return a reference to the specs object of class derived from this.
 
auto derived () const -> const PointSpecs &
 Return a const reference to the specs object of class derived from this.
 

Detailed Description

The class used to specify point options.


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