BWAPI
|
#include <terrain.pb.h>
virtual messages::Polygon::~Polygon | ( | ) | [virtual] |
messages::Polygon::Polygon | ( | const Polygon & | from | ) |
messages::Polygon * messages::Polygon::add_holes | ( | ) | [inline] |
messages::Position * messages::Polygon::add_vertices | ( | ) | [inline] |
double messages::Polygon::area | ( | ) | const [inline] |
int messages::Polygon::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
const ::messages::Position & messages::Polygon::center | ( | ) | const [inline] |
void messages::Polygon::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Polygon::clear_area | ( | ) | [inline] |
void messages::Polygon::clear_center | ( | ) | [inline] |
void messages::Polygon::clear_holes | ( | ) | [inline] |
void messages::Polygon::clear_perimeter | ( | ) | [inline] |
void messages::Polygon::clear_vertices | ( | ) | [inline] |
void messages::Polygon::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::Polygon::CopyFrom | ( | const Polygon & | from | ) |
static const Polygon& messages::Polygon::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* messages::Polygon::descriptor | ( | ) | [static] |
int messages::Polygon::GetCachedSize | ( | ) | const [inline, virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata messages::Polygon::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool messages::Polygon::has_area | ( | ) | const [inline] |
bool messages::Polygon::has_center | ( | ) | const [inline] |
bool messages::Polygon::has_perimeter | ( | ) | const [inline] |
const ::messages::Polygon & messages::Polygon::holes | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::messages::Polygon > & messages::Polygon::holes | ( | ) | const [inline] |
int messages::Polygon::holes_size | ( | ) | const [inline] |
bool messages::Polygon::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Polygon::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::Polygon::MergeFrom | ( | const Polygon & | from | ) |
bool messages::Polygon::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
messages::Position * messages::Polygon::mutable_center | ( | ) | [inline] |
messages::Polygon * messages::Polygon::mutable_holes | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::messages::Polygon > * messages::Polygon::mutable_holes | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* messages::Polygon::mutable_unknown_fields | ( | ) | [inline] |
messages::Position * messages::Polygon::mutable_vertices | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::messages::Position > * messages::Polygon::mutable_vertices | ( | ) | [inline] |
Polygon* messages::Polygon::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
double messages::Polygon::perimeter | ( | ) | const [inline] |
void messages::Polygon::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* messages::Polygon::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void messages::Polygon::set_area | ( | double | value | ) | [inline] |
void messages::Polygon::set_perimeter | ( | double | value | ) | [inline] |
void messages::Polygon::Swap | ( | Polygon * | other | ) |
const ::google::protobuf::UnknownFieldSet& messages::Polygon::unknown_fields | ( | ) | const [inline] |
const ::messages::Position & messages::Polygon::vertices | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::messages::Position > & messages::Polygon::vertices | ( | ) | const [inline] |
int messages::Polygon::vertices_size | ( | ) | const [inline] |
void protobuf_AddDesc_terrain_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_terrain_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_terrain_2eproto | ( | ) | [friend] |
const int messages::Polygon::kAreaFieldNumber = 2 [static] |
const int messages::Polygon::kCenterFieldNumber = 4 [static] |
const int messages::Polygon::kHolesFieldNumber = 5 [static] |
const int messages::Polygon::kPerimeterFieldNumber = 3 [static] |
const int messages::Polygon::kVerticesFieldNumber = 1 [static] |