diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 12:27:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 12:27:06 +0000 |
| commit | e5d368553b47a566a83d4edce0a8f166db9509e6 (patch) | |
| tree | dfdd9b9a82800ea30432c454dee77ac144269f58 /src/xyz_frame.h | |
| parent | 2cc2026701c9e8268ba154ec9330c5d56cbdc240 (diff) | |
More tidying.
Diffstat (limited to 'src/xyz_frame.h')
| -rw-r--r-- | src/xyz_frame.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/xyz_frame.h b/src/xyz_frame.h index e825b0a9..5319f9d4 100644 --- a/src/xyz_frame.h +++ b/src/xyz_frame.h @@ -17,12 +17,19 @@ */ -#include <openjpeg.h> +/** @file src/xyz_frame.h + * @brief XZYFrame class. + */ + #include "util.h" +#include <openjpeg.h> namespace dcp { -class XYZFrame +/* @class XYZFrame + * @brief An image in XYZ colour. + */ +class XYZFrame : public boost::noncopyable { public: XYZFrame (opj_image_t *); |
