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

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

#include <DepthSpecsOf.hpp>

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

Additional Inherited Members

- Public Member Functions inherited from DepthSpecsOf< DepthSpecs >
 DepthSpecsOf ()
 Construct a default DepthSpecsOf instance.
 
auto front () -> DepthSpecs &
 Set the underlying plot element to be displayed on the front of all plot elements.
 
auto back () -> DepthSpecs &
 Set the underlying plot element to be displayed on the back of all plot elements.
 
auto behind () -> DepthSpecs &
 Set the underlying plot element to be displayed behind of all plot elements. More...
 
auto repr () const -> std::string
 Convert this DepthSpecsOf object into a gnuplot formatted string.
 
- Public Member Functions inherited from Specs< DepthSpecs >
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 () -> DepthSpecs &
 Return a reference to the specs object of class derived from this.
 
auto derived () const -> const DepthSpecs &
 Return a const reference to the specs object of class derived from this.
 

Detailed Description

The class used to specify depth options.


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