DD::Image::DeepInfo Class Reference

List of all members.

Public Member Functions

 DeepInfo ()
 default constructor
 DeepInfo (DD::Image::FormatPair formats, DD::Image::Box box, DD::Image::ChannelSet channels)
 construct based on formats, box, and channels
 DeepInfo (const IopInfo &iopInfo)
 construct based on an existing IopInfo
const FormatPair & formats () const
 get the formats
const Formatformat () const
 get the real format
const FormatfullSizeFormat () const
 get the full-size format
const DD::Image::Boxbox () const
 get the bbox
DD::Image::Boxbox ()
 get the bbox
ChannelSet channels () const
 get the channels
int firstFrame () const
 get the first frame in the range
int lastFrame () const
 get the last frame in the range
void setFirstFrame (int v)
 set the first frame in the range
void setLastFrame (int v)
 set the last frame in the range
void merge (const DeepInfo &other)
 merge some other DeepInfo's boxes and channels into this one


Detailed Description

DeepInfo class. Analogous to IopInfo. Keeps just a box and a channelset, and two formats.


©2009 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk