ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Public Attributes | List of all members
FpsOption Class Reference

show the current frame rate? More...

#include <Options.h>

Inheritance diagram for FpsOption:
Inheritance graph
Collaboration diagram for FpsOption:
Collaboration graph

Public Member Functions

 FpsOption ()
 
void Parse (const char *s)
 parse an option More...
 
void Describe (std::ostream &o) const
 describe this option (help text) More...
 

Public Attributes

bool calcFps
 

Detailed Description

show the current frame rate?

Definition at line 97 of file Options.h.

Constructor & Destructor Documentation

FpsOption::FpsOption ( )

Definition at line 102 of file Options.h.

Member Function Documentation

void FpsOption::Describe ( std::ostream &  o) const
virtual

describe this option (help text)

Implements Option.

Definition at line 107 of file Options.h.

void FpsOption::Parse ( const char *  s)
virtual

parse an option

Implements Option.

Definition at line 104 of file Options.h.

References calcFps.

Member Data Documentation

bool FpsOption::calcFps

Definition at line 100 of file Options.h.

Referenced by main(), and Parse().


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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)