Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
icl::io::CreateGrabber Class Reference

Create Grabber class that provides an image from ICL's create function. More...

#include <CreateGrabber.h>

Inheritance diagram for icl::io::CreateGrabber:
icl::io::Grabber icl::utils::Uncopyable icl::utils::Configurable

List of all members.

Public Member Functions

virtual const core::ImgBaseacquireImage ()
 default grab function
 CreateGrabber (const std::string &what)
 Create a CreateGrabber with given max. fps count.
 ~CreateGrabber ()
 Destructor.

Private Member Functions

void processPropertyChange (const utils::Configurable::Property &p)
 callback function for property changes.

Private Attributes

core::ImgBasem_image
 internal image
bool m_updateTimeStamp
 tells whether timestamp is actualized on each grab

Detailed Description

Create Grabber class that provides an image from ICL's create function.

This grabber can be used as placeholder whenever no senseful Grabber is available. It provides an instance of an image that is created with the icl::io::TestImages::create function


Constructor & Destructor Documentation

icl::io::CreateGrabber::CreateGrabber ( const std::string &  what)

Create a CreateGrabber with given max. fps count.

Destructor.


Member Function Documentation

default grab function

Reimplemented from icl::io::Grabber.

callback function for property changes.

Reimplemented from icl::io::Grabber.


Member Data Documentation

internal image

tells whether timestamp is actualized on each grab


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines