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 Format * | format () const |
| get the real format | |
| const Format * | fullSizeFormat () const |
| get the full-size format | |
| const DD::Image::Box & | box () const |
| get the bbox | |
| DD::Image::Box & | box () |
| get the bbox | |
| ChannelSet | channels () const |
| get the channels | |
| void | merge (const DeepInfo &other) |
| merge some other DeepInfo's boxes and channels into this one | |
| ©2009 The Foundry Visionmongers, Ltd. All Rights Reserved. |