Public Member Functions

FCam::_DNGFrame Class Reference

A _Frame struct with added custom fields to encode DNG fields and a DNG thumbnail. More...

#include <DNG.h>

Inheritance diagram for FCam::_DNGFrame:
Inheritance graph
[legend]
Collaboration diagram for FCam::_DNGFrame:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void debug (const char *name="") const
 A debugging dump function.

Detailed Description

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.


Member Function Documentation

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.

Definition at line 32 of file DNG.cpp.


The documentation for this class was generated from the following files: