![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Base class for benchmark cases. More...
#include <BaseBenchCase.h>
Public Member Functions | |
| BoolResult | run (BenchCaseResult &result) |
| Method allowing to execute benchmark case. More... | |
Constructors and destructors | |
| BaseBenchCase () | |
| virtual | ~BaseBenchCase ()=0 |
Public Member Functions inherited from ipsdk::BaseToolTip | |
| virtual const std::string & | getObjectName () const =0 |
| retrieve object name | |
| virtual const std::string & | getToolTip () const =0 |
| retrieve object tool tip | |
| BaseToolTip () | |
| virtual | ~BaseToolTip ()=0 |
Protected Member Functions | |
| virtual BoolResult | runDerived (BenchCaseResult &result)=0 |
| virtual method allowing to execute benchmark case into derived classes More... | |
Base class for benchmark cases.
| BoolResult ipsdk::bench::BaseBenchCase::run | ( | BenchCaseResult & | result | ) |
Method allowing to execute benchmark case.
|
protectedpure virtual |
virtual method allowing to execute benchmark case into derived classes
1.8.14