|
| enum class | Type { Segment
, Arc
} |
| |
| typedef std::vector< std::shared_ptr< PolygonPart > > | Vector |
| |
|
| std::unique_ptr< Odb::Lib::Protobuf::ContourPolygon::PolygonPart > | to_protobuf () const override |
| |
| void | from_protobuf (const Odb::Lib::Protobuf::ContourPolygon::PolygonPart &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 19 of file ContourPolygon.h.
◆ Vector
| typedef std::vector<std::shared_ptr<PolygonPart> > Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::Vector |
◆ Type
| enum class Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::Type |
|
strong |
◆ from_protobuf()
| void Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::from_protobuf |
( |
const Odb::Lib::Protobuf::ContourPolygon::PolygonPart & |
message | ) |
|
|
overridevirtual |
◆ to_protobuf()
| std::unique_ptr< Odb::Lib::Protobuf::ContourPolygon::PolygonPart > Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::to_protobuf |
( |
| ) |
const |
|
overridevirtual |
◆ ARC_RECORD_TOKEN
| const char* Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::ARC_RECORD_TOKEN = "OC" |
|
inlinestatic |
◆ endX
| double Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::endX |
◆ endY
| double Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::endY |
◆ isClockwise
| bool Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::isClockwise |
◆ SEGMENT_RECORD_TOKEN
| const char* Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::SEGMENT_RECORD_TOKEN = "OS" |
|
inlinestatic |
◆ type
| Type Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::type |
◆ xCenter
| double Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::xCenter |
◆ yCenter
| double Odb::Lib::FileModel::Design::ContourPolygon::PolygonPart::yCenter |
The documentation for this struct was generated from the following files: