|
| CameraSensor () |
|
| CameraSensor (const CameraSensor &from) |
|
virtual | ~CameraSensor () |
|
size_t | ByteSizeLong () const final |
|
void | Clear () final |
|
void | clear_distortion () |
|
void | clear_far_clip () |
|
void | clear_header () |
|
void | clear_horizontal_fov () |
|
void | clear_image_format () |
|
void | clear_image_size () |
|
void | clear_near_clip () |
|
void | clear_save_enabled () |
|
void | clear_save_path () |
|
void | CopyFrom (const ::google::protobuf::Message &from) final |
|
void | CopyFrom (const CameraSensor &from) |
|
const ::ignition::msgs::Distortion & | distortion () const |
|
double | far_clip () const |
|
int | GetCachedSize () const final |
|
::google::protobuf::Metadata | GetMetadata () const final |
|
bool | has_distortion () const |
|
bool | has_header () const |
|
bool | has_image_size () const |
|
const ::ignition::msgs::Header & | header () const |
|
double | horizontal_fov () const |
|
const ::std::string & | image_format () const |
|
const ::ignition::msgs::Vector2d & | image_size () const |
|
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
|
bool | IsInitialized () const final |
|
void | MergeFrom (const ::google::protobuf::Message &from) final |
|
void | MergeFrom (const CameraSensor &from) |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
|
::ignition::msgs::Distortion * | mutable_distortion () |
|
::ignition::msgs::Header * | mutable_header () |
|
::std::string * | mutable_image_format () |
|
::ignition::msgs::Vector2d * | mutable_image_size () |
|
::std::string * | mutable_save_path () |
|
double | near_clip () const |
|
CameraSensor * | New () const final |
|
CameraSensor * | New (::google::protobuf::Arena *arena) const final |
|
CameraSensor & | operator= (const CameraSensor &from) |
|
::ignition::msgs::Distortion * | release_distortion () |
|
::ignition::msgs::Header * | release_header () |
|
::std::string * | release_image_format () |
|
::ignition::msgs::Vector2d * | release_image_size () |
|
::std::string * | release_save_path () |
|
bool | save_enabled () const |
|
const ::std::string & | save_path () const |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
|
void | set_allocated_distortion (::ignition::msgs::Distortion *distortion) |
|
void | set_allocated_header (::ignition::msgs::Header *header) |
|
void | set_allocated_image_format (::std::string *image_format) |
|
void | set_allocated_image_size (::ignition::msgs::Vector2d *image_size) |
|
void | set_allocated_save_path (::std::string *save_path) |
|
void | set_far_clip (double value) |
|
void | set_horizontal_fov (double value) |
|
void | set_image_format (const ::std::string &value) |
|
void | set_image_format (const char *value) |
|
void | set_image_format (const char *value, size_t size) |
|
void | set_near_clip (double value) |
|
void | set_save_enabled (bool value) |
|
void | set_save_path (const ::std::string &value) |
|
void | set_save_path (const char *value) |
|
void | set_save_path (const char *value, size_t size) |
|
void | Swap (CameraSensor *other) |
|