libslic3r
Library for generating gcode from 3d models
|
Value of a vector valued option (bools, ints, floats, strings, points), template. More...
#include <ConfigBase.hpp>
Public Member Functions | |
ConfigOptionVector () | |
ConfigOptionVector (const std::vector< T > _values) | |
virtual | ~ConfigOptionVector () |
void | set (const ConfigOption &option) |
T | get_at (size_t i) const |
Public Member Functions inherited from Slic3r::ConfigOptionVectorBase | |
virtual | ~ConfigOptionVectorBase () |
virtual std::vector< std::string > | vserialize () const =0 |
Public Member Functions inherited from Slic3r::ConfigOption | |
virtual | ~ConfigOption () |
virtual ConfigOption * | clone () const =0 |
virtual std::string | serialize () const =0 |
virtual bool | deserialize (std::string str, bool append=false)=0 |
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 |
Public Attributes | |
std::vector< T > | values |
Value of a vector valued option (bools, ints, floats, strings, points), template.
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigOption.
std::vector<T> Slic3r::ConfigOptionVector< T >::values |