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

Configuration option to store a 3D (x,y,z) tuple. More...

#include <ConfigBase.hpp>

Inheritance diagram for Slic3r::ConfigOptionPoint3:
Slic3r::ConfigOptionSingle< Pointf3 > Slic3r::ConfigOption

Public Member Functions

 ConfigOptionPoint3 ()
 
 ConfigOptionPoint3 (Pointf3 _value)
 
ConfigOptionPoint3clone () const
 
std::string serialize () const
 
bool deserialize (std::string str, bool append=false)
 
bool is_positive_volume ()
 
- Public Member Functions inherited from Slic3r::ConfigOptionSingle< Pointf3 >
 ConfigOptionSingle (Pointf3 _value)
 
 operator Pointf3 () const
 
Pointf3 operator() () const
 
void set (const ConfigOption &option)
 
- 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::ConfigOptionSingle< Pointf3 >
Pointf3 value
 

Detailed Description

Configuration option to store a 3D (x,y,z) tuple.

Constructor & Destructor Documentation

◆ ConfigOptionPoint3() [1/2]

Slic3r::ConfigOptionPoint3::ConfigOptionPoint3 ( )
inline

◆ ConfigOptionPoint3() [2/2]

Slic3r::ConfigOptionPoint3::ConfigOptionPoint3 ( Pointf3  _value)
inline

Member Function Documentation

◆ clone()

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

Implements Slic3r::ConfigOption.

◆ deserialize()

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

Implements Slic3r::ConfigOption.

◆ is_positive_volume()

bool Slic3r::ConfigOptionPoint3::is_positive_volume ( )
inline

◆ serialize()

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

Implements Slic3r::ConfigOption.


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