libslic3r
Library for generating gcode from 3d models
Public Member Functions | List of all members
Slic3r::ConfigOptionPoints Class Reference

#include <ConfigBase.hpp>

Inheritance diagram for Slic3r::ConfigOptionPoints:
Slic3r::ConfigOptionVector< Pointf > Slic3r::ConfigOptionVectorBase Slic3r::ConfigOption

Public Member Functions

 ConfigOptionPoints ()
 
 ConfigOptionPoints (const std::vector< Pointf > _values)
 
ConfigOptionPointsclone () 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< Pointf >
 ConfigOptionVector ()
 
 ConfigOptionVector (const std::vector< Pointf > _values)
 
virtual ~ConfigOptionVector ()
 
void set (const ConfigOption &option)
 
Pointf 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< Pointf >
std::vector< Pointfvalues
 

Constructor & Destructor Documentation

◆ ConfigOptionPoints() [1/2]

Slic3r::ConfigOptionPoints::ConfigOptionPoints ( )
inline

◆ ConfigOptionPoints() [2/2]

Slic3r::ConfigOptionPoints::ConfigOptionPoints ( const std::vector< Pointf _values)
inline

Member Function Documentation

◆ clone()

ConfigOptionPoints* Slic3r::ConfigOptionPoints::clone ( ) const
inlinevirtual

Implements Slic3r::ConfigOption.

◆ deserialize()

bool Slic3r::ConfigOptionPoints::deserialize ( std::string  str,
bool  append = false 
)
virtual

Implements Slic3r::ConfigOption.

◆ serialize()

std::string Slic3r::ConfigOptionPoints::serialize ( ) const
inlinevirtual

Implements Slic3r::ConfigOption.

◆ vserialize()

std::vector<std::string> Slic3r::ConfigOptionPoints::vserialize ( ) const
inlinevirtual

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