MiniImageProducer Class Reference

Mini image producer. More...

#include <apps/fountain/mini_image_producer.h>

List of all members.


Public Member Functions

 MiniImageProducer (const char *orig_id, const char *mini_id, Scaler *scaler, Logger *logger)
 Constructor.
 ~MiniImageProducer ()
 Destructor.
bool isValid ()
 Check if all data is valid.
void produce ()
 Produce mini image.

Detailed Description

Mini image producer.

Uses a scaler to create small version of an image.

Definition at line 30 of file mini_image_producer.h.


Constructor & Destructor Documentation

MiniImageProducer::MiniImageProducer ( const char *  orig_id,
const char *  mini_id,
Scaler scaler,
Logger *  logger 
)

MiniImageProducer::~MiniImageProducer (  ) 

Destructor.

Definition at line 81 of file mini_image_producer.cpp.


Member Function Documentation

bool MiniImageProducer::isValid (  ) 

Check if all data is valid.

Returns:
true if shared memory images have been openened successfully and a scaler is set, false otherwise

Definition at line 93 of file mini_image_producer.cpp.


The documentation for this class was generated from the following files: