Go to the source code of this file.
◆ dataLoad()
template<>
| void dataLoad |
( |
std::istream & |
ostream, |
|
|
EulerAngles & |
v, |
|
|
void * |
ctx |
|
) |
| |
|
inline |
Definition at line 56 of file EulerAngles.h.
57{
61}
void dataLoad(std::istream &ostream, EulerAngles &v, void *ctx)
Referenced by dataLoad().
◆ dataStore()
template<>
| void dataStore |
( |
std::ostream & |
ostream, |
|
|
EulerAngles & |
v, |
|
|
void * |
ctx |
|
) |
| |
|
inline |
Definition at line 47 of file EulerAngles.h.
48{
52}
void dataStore(std::ostream &ostream, EulerAngles &v, void *ctx)
Referenced by dataStore().