|
| CameraInfo () |
|
| CameraInfo (const CameraInfo &from) |
|
virtual | ~CameraInfo () |
|
void | add_rectification_matrix (double value) |
|
size_t | ByteSizeLong () const final |
|
void | Clear () final |
|
void | clear_distortion () |
|
void | clear_header () |
|
void | clear_height () |
|
void | clear_intrinsics () |
|
void | clear_projection () |
|
void | clear_rectification_matrix () |
|
void | clear_width () |
|
void | CopyFrom (const ::google::protobuf::Message &from) final |
|
void | CopyFrom (const CameraInfo &from) |
|
const ::ignition::msgs::CameraInfo_Distortion & | distortion () const |
|
int | GetCachedSize () const final |
|
::google::protobuf::Metadata | GetMetadata () const final |
|
bool | has_distortion () const |
|
bool | has_header () const |
|
bool | has_intrinsics () const |
|
bool | has_projection () const |
|
const ::ignition::msgs::Header & | header () const |
|
::google::protobuf::uint32 | height () const |
|
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
|
const ::ignition::msgs::CameraInfo_Intrinsics & | intrinsics () const |
|
bool | IsInitialized () const final |
|
void | MergeFrom (const ::google::protobuf::Message &from) final |
|
void | MergeFrom (const CameraInfo &from) |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
|
::ignition::msgs::CameraInfo_Distortion * | mutable_distortion () |
|
::ignition::msgs::Header * | mutable_header () |
|
::ignition::msgs::CameraInfo_Intrinsics * | mutable_intrinsics () |
|
::ignition::msgs::CameraInfo_Projection * | mutable_projection () |
|
::google::protobuf::RepeatedField< double > * | mutable_rectification_matrix () |
|
CameraInfo * | New () const final |
|
CameraInfo * | New (::google::protobuf::Arena *arena) const final |
|
CameraInfo & | operator= (const CameraInfo &from) |
|
const ::ignition::msgs::CameraInfo_Projection & | projection () const |
|
const ::google::protobuf::RepeatedField< double > & | rectification_matrix () const |
|
double | rectification_matrix (int index) const |
|
int | rectification_matrix_size () const |
|
::ignition::msgs::CameraInfo_Distortion * | release_distortion () |
|
::ignition::msgs::Header * | release_header () |
|
::ignition::msgs::CameraInfo_Intrinsics * | release_intrinsics () |
|
::ignition::msgs::CameraInfo_Projection * | release_projection () |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
|
void | set_allocated_distortion (::ignition::msgs::CameraInfo_Distortion *distortion) |
|
void | set_allocated_header (::ignition::msgs::Header *header) |
|
void | set_allocated_intrinsics (::ignition::msgs::CameraInfo_Intrinsics *intrinsics) |
|
void | set_allocated_projection (::ignition::msgs::CameraInfo_Projection *projection) |
|
void | set_height (::google::protobuf::uint32 value) |
|
void | set_rectification_matrix (int index, double value) |
|
void | set_width (::google::protobuf::uint32 value) |
|
void | Swap (CameraInfo *other) |
|
::google::protobuf::uint32 | width () const |
|