#include "Tools/Streams/InOut.h"
#include "Representations/Motion/JointData.h"
Include dependency graph for FourierCoefficient.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | FourierCoefficient |
| This class contains a set of fourier coefficients as well as methods transform them from and to a period of function values. More... | |
Functions | |
| In & | operator>> (In &stream, FourierCoefficient &fc) |
| Streaming operator that reads FourierCoefficients from a stream. | |
| Out & | operator<< (Out &stream, FourierCoefficient &fc) |
| Streaming operator that writes FourierCoefficients to a stream. | |
Definition in file FourierCoefficient.h.
|
||||||||||||
|
Streaming operator that reads FourierCoefficients from a stream.
Definition at line 274 of file FourierCoefficient.cpp. References FourierCoefficient::imaginary, and FourierCoefficient::real. |
|
||||||||||||
|
Streaming operator that writes FourierCoefficients to a stream.
Definition at line 287 of file FourierCoefficient.cpp. References endl(), FourierCoefficient::imaginary, and FourierCoefficient::real. |
Here is the call graph for this function:

1.3.6