![]() |
libslic3r
Library for generating gcode from 3d models
|
Vector form of template specialization for floating point numbers. More...
#include <ConfigBase.hpp>
Public Member Functions | |
| ConfigOptionFloats () | |
| ConfigOptionFloats (const std::vector< double > _values) | |
| ConfigOptionFloats * | clone () const |
| std::string | serialize () const |
| std::vector< std::string > | vserialize () const |
| bool | deserialize (std::string str, bool append=false) |
Public Member Functions inherited from Slic3r::ConfigOptionVector< double > | |
| ConfigOptionVector () | |
| ConfigOptionVector (const std::vector< double > _values) | |
| virtual | ~ConfigOptionVector () |
| void | set (const ConfigOption &option) |
| double | get_at (size_t i) const |
Public Member Functions inherited from Slic3r::ConfigOptionVectorBase | |
| virtual | ~ConfigOptionVectorBase () |
Public Member Functions inherited from Slic3r::ConfigOption | |
| virtual | ~ConfigOption () |
| virtual int | getInt () const |
| virtual double | getFloat () const |
| virtual bool | getBool () const |
| virtual void | setInt (int val) |
| virtual void | setFloat (double val) |
| virtual void | setString (std::string val) |
| virtual std::string | getString () const |
Additional Inherited Members | |
Public Attributes inherited from Slic3r::ConfigOptionVector< double > | |
| std::vector< double > | values |
Vector form of template specialization for floating point numbers.
|
inline |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOptionVectorBase.
1.8.14