#include "CameraInfo.h"
Include dependency graph for CameraInfo.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, CameraInfo &cameraInfo) |
Streaming operator that reads a CameraInfo from a stream. | |
Out & | operator<< (Out &stream, const CameraInfo &cameraInfo) |
Streaming operator that writes a CameraInfo to a stream. |
Definition in file CameraInfo.cpp.
|
Streaming operator that reads a CameraInfo from a stream.
Definition at line 45 of file CameraInfo.cpp. |
|
Streaming operator that writes a CameraInfo to a stream.
Definition at line 64 of file CameraInfo.cpp. |