utils::Point32f m_maxV
maximum velocity of the rect
Definition: DemoGrabber.h:68
undocument this line if you encounter any issues!
Definition: Any.h:37
core::depth m_drawDepth
current output depth
Definition: DemoGrabber.h:89
utils::Time m_lastTime
time variable to ensure max. fpsCount
Definition: DemoGrabber.h:80
ICL Time class (taken from the Ice lib)
Definition: Time.h:52
utils::Size32f m_size
relative size of the rect
Definition: DemoGrabber.h:71
format
determines the color-format, that is associated with the images channels
Definition: Types.h:70
#define ICLIO_API
Definition: CompatMacros.h:176
float m_maxFPS
max. fpsCount for this grabber instance
Definition: DemoGrabber.h:77
utils::Mutex m_mutex
mutex for locking properties and grabbing
Definition: DemoGrabber.h:95
Size class of the ICL.
Definition: Size.h:61
Common interface class for all grabbers.
Definition: Grabber.h:153
depth
determines the pixel type of an image (8Bit-int or 32Bit-float)
Definition: Types.h:60
Single precission 3D Vectors Point class of the ICL.
Definition: Point32f.h:41
Demo Grabber class providing am image with a moving rect.
Definition: DemoGrabber.h:48
utils::Point32f m_x
Current rel. location of the rect.
Definition: DemoGrabber.h:62
core::ImgBase * m_drawBuffer
extra buffer for the output image
Definition: DemoGrabber.h:83
core::Color m_color
Color of the rect (light red)
Definition: DemoGrabber.h:74
utils::Point32f m_v
Current rel. velocity of the rect.
Definition: DemoGrabber.h:65
Size32f class of the ICL (float valued)
Definition: Size32f.h:40
utils::Size m_drawSize
current output size
Definition: DemoGrabber.h:92
Represents a single property.
Definition: Configurable.h:200
Mutex class of the ICL.
Definition: Mutex.h:54
core::format m_drawFormat
current output format
Definition: DemoGrabber.h:86
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131