Inherits DD::Image::Info2D.
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 Format * | format () const |
| const Format * | fullSizeFormat () const |
| ChannelSet | channels () const |
| get the channels | |
| void | merge (const DeepInfo &other) |
| merge some other DeepInfo's boxes and channels into this one | |