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