#include <CTiglCADExporter.h>
Inheritance diagram for tigl::ShapeExportOptions:Public Member Functions | |
| bool | IsDefault () const |
| ShapeExportOptions () | |
Public Member Functions inherited from tigl::COptionList | |
| COptionList () | |
| template<class T > | |
| T | Get (const std::string &name) const |
| double | GetDouble (const std::string &name) const |
| int | GetInt (const std::string &name) const |
| size_t | GetNOptions () const |
| std::string | GetOptionName (size_t idx) |
| std::string | GetOptionType (size_t idx) |
| std::string | GetString (const std::string &name) const |
| bool | HasOption (const std::string &name) const |
| COptionList | Merged (const tigl::COptionList &other) const |
| template<class T > | |
| void | Set (const std::string &name, const T &value) |
| void | SetDouble (const std::string &name, double value) |
| void | SetFromString (const std::string &name, const std::string &value) |
| void | SetInt (const std::string &name, int value) |
| void | SetString (const std::string &name, const std::string &value) |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::COptionList | |
| template<class T > | |
| void | AddOption (const std::string &name, const T &default_value) |
| void | AddOption (const std::string &name, const any &default_value) |
|
inline |
|
inline |