#include "Channels/ComplexChannel.H"
#include "Channels/ChannelOpts.H"
#include "Channels/ChannelVisitor.H"
#include "Channels/ChannelFacets.H"
#include "Component/OptionManager.H"
#include "Component/ParamMap.H"
#include "Image/MathOps.H"
#include "Image/ShapeOps.H"
#include "Image/fancynorm.H"
#include "Transport/FrameInfo.H"
#include "Transport/FrameOstream.H"
#include "Util/Assert.H"
#include "Util/MathFunctions.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include "rutz/shared_ptr.h"
#include "rutz/trace.h"
#include <algorithm>
#include <vector>
Go to the source code of this file.
Classes | |
struct | dummy_namespace_to_avoid_gcc411_bug_ComplexChannel_C::SubchanInfo |
struct | dummy_namespace_to_avoid_gcc411_bug_ComplexChannel_C::ChannelHierarchySorter |
struct | ComplexChannel::Impl |
Channel class that pools across multiple subchannels.
Definition in file ComplexChannel.C.