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