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