DepthSpecsOf.hpp
DepthSpecsOf()
Construct a default DepthSpecsOf instance.
Definition: DepthSpecsOf.hpp:64
auto behind() -> DerivedSpecs &
Set the underlying plot element to be displayed behind of all plot elements.
Definition: DepthSpecsOf.hpp:84
The class used to attach depth options to a type.
Definition: DepthSpecsOf.hpp:36
auto front() -> DerivedSpecs &
Set the underlying plot element to be displayed on the front of all plot elements.
Definition: DepthSpecsOf.hpp:70
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs,...
Definition: Specs.hpp:36
auto back() -> DerivedSpecs &
Set the underlying plot element to be displayed on the back of all plot elements.
Definition: DepthSpecsOf.hpp:77
auto repr() const -> std::string
Convert this DepthSpecsOf object into a gnuplot formatted string.
Definition: DepthSpecsOf.hpp:91