|
| std::unique_ptr< Odb::Lib::Protobuf::ContourPolygon > | to_protobuf () const override |
| |
| void | from_protobuf (const Odb::Lib::Protobuf::ContourPolygon &message) override |
| |
| bool | to_pbstring (std::string &pb_string) const |
| |
| bool | from_pbstring (const std::string &pb_string) |
| |
| bool | to_stream (std::ostream &outputStream) const |
| |
| bool | from_stream (std::istream &inputStream) |
| |
| std::string | to_json () const override |
| |
| void | from_json (const std::string &json) override |
| |
Definition at line 12 of file ContourPolygon.h.
◆ Vector
| typedef std::vector<std::shared_ptr<ContourPolygon> > Odb::Lib::FileModel::Design::ContourPolygon::Vector |
◆ Type
| enum class Odb::Lib::FileModel::Design::ContourPolygon::Type |
|
strong |
◆ ~ContourPolygon()
| Odb::Lib::FileModel::Design::ContourPolygon::~ContourPolygon |
( |
| ) |
|
|
inline |
◆ from_protobuf()
| void Odb::Lib::FileModel::Design::ContourPolygon::from_protobuf |
( |
const Odb::Lib::Protobuf::ContourPolygon & |
message | ) |
|
|
overridevirtual |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::ContourPolygon > Odb::Lib::FileModel::Design::ContourPolygon::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
◆ BEGIN_RECORD_TOKEN
| const char* Odb::Lib::FileModel::Design::ContourPolygon::BEGIN_RECORD_TOKEN = "OB" |
|
inlinestatic |
◆ END_RECORD_TOKEN
| const char* Odb::Lib::FileModel::Design::ContourPolygon::END_RECORD_TOKEN = "OE" |
|
inlinestatic |
◆ HOLE_TYPE_TOKEN
| const char* Odb::Lib::FileModel::Design::ContourPolygon::HOLE_TYPE_TOKEN = "H" |
|
inlinestatic |
◆ ISLAND_TYPE_TOKEN
| const char* Odb::Lib::FileModel::Design::ContourPolygon::ISLAND_TYPE_TOKEN = "I" |
|
inlinestatic |
◆ m_polygonParts
| PolygonPart::Vector Odb::Lib::FileModel::Design::ContourPolygon::m_polygonParts |
◆ type
| Type Odb::Lib::FileModel::Design::ContourPolygon::type |
◆ xStart
| double Odb::Lib::FileModel::Design::ContourPolygon::xStart |
◆ yStart
| double Odb::Lib::FileModel::Design::ContourPolygon::yStart |
The documentation for this struct was generated from the following files: