A _Frame struct with added custom fields to encode DNG fields and a DNG thumbnail. More...
#include <DNG.h>
Public Member Functions | |
virtual void | debug (const char *name="") const |
A debugging dump function. |
A _Frame struct with added custom fields to encode DNG fields and a DNG thumbnail.
You should not instantiate a _DNGFrame directly, unless you're making dummy frames for testing purposes.
Definition at line 16 of file DNG.h.
void FCam::_DNGFrame::debug | ( | const char * | name = "" |
) | const [virtual] |
A debugging dump function.
Prints out all DNGFrame-specific fields, and then calls FCam::_Frame::debug to print the base fields and tags.
Reimplemented from FCam::_Frame.