|
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 |
|
|
Type | type |
|
float | endX |
|
float | endY |
|
float | xCenter |
|
float | yCenter |
|
bool | isClockwise |
|
|
static const char * | SEGMENT_RECORD_TOKEN = "OS" |
|
static const char * | ARC_RECORD_TOKEN = "OC" |
|
Definition at line 21 of file ContourPolygon.h.
The documentation for this struct was generated from the following files: