|
TuttleOFX
1
|
#include <cassert>#include <cstdio>#include <cstring>#include <ctime>#include <limits>#include "DPXHeader.h"#include "EndianSwap.h"
Go to the source code of this file.
Functions | |
| static void | EmptyString (char *, const int) |
| char | Hex (char x) |
| static void EmptyString | ( | char * | str, |
| const int | len | ||
| ) | [static] |
Definition at line 754 of file DPXHeader.cpp.
Referenced by dpx::ImageElement::ImageElement(), dpx::GenericHeader::Reset(), and dpx::IndustryHeader::Reset().
| char Hex | ( | char | x | ) |
Definition at line 55 of file DPXHeader.cpp.
Referenced by dpx::IndustryHeader::TimeCode(), and dpx::IndustryHeader::UserBits().