Namespaces | |
namespace | w2img |
Classes | |
class | w2img::Accumulator |
Algorithm main class, whose methods are invoked by various listeners in w2accumulator_main.cc Interface code auto-generated by w2algcreator. More... | |
class | w2img::Accumulator::ValueAccumulator |
class | w2img::Accumulator::MaxValueAccumulator |
class | w2img::Accumulator::MinValueAccumulator |
class | w2img::Accumulator::SumValueAccumulator |
class | w2img::Accumulator::SumRateValueAccumulator |
class | w2img::Accumulator::PositiveSumValueAccumulator |
class | w2img::Accumulator::PositiveSumRateValueAccumulator |
class | w2img::Accumulator::ValueAccumulatorArray |
An optimal implementation of an array of ValueAccumulator pointers. | |
class | w2img::Accumulator::ValueAccumulatorArrayImpl< AccumType > |