The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enviroment::fib::cOpCorrectWrongPoints Class Reference

#include <cOpCorrectWrongPoints.h>

Inheritance diagram for enviroment::fib::cOpCorrectWrongPoints:
Collaboration diagram for enviroment::fib::cOpCorrectWrongPoints:

List of all members.

Public Member Functions

 cOpCorrectWrongPoints (const cOperationIdentifier &operationId)
virtual ~cOpCorrectWrongPoints ()
virtual cOpCorrectWrongPointscreateInstance (const cOperationIdentifier &operationId) const
virtual bool run ()
virtual std::string getName () const

Additional Inherited Members

- Protected Member Functions inherited from enviroment::fib::cOperationFib
 cOperationFib (const cOperationIdentifier &operationId)
virtual ~cOperationFib ()=0
bool insertFibObjectIntoEnviroment (cFibElement *fibObject, const list< cIndividualIdentifier > liParents)
- Protected Member Functions inherited from enviroment::cOperation
 cOperation (const cOperationIdentifier &operationId, std::string szOperationDomain="cIndividual")
bool setIsRunning (bool bInIsRunning)

Detailed Description

Definition at line 58 of file cOpCorrectWrongPoints.h.


Constructor & Destructor Documentation

enviroment::fib::cOpCorrectWrongPoints::cOpCorrectWrongPoints ( const cOperationIdentifier operationId)

The standardconstructor for the operation. It will create the operation, but won't start it.

Parameters:
operationIdthe identifer for the operation
virtual enviroment::fib::cOpCorrectWrongPoints::~cOpCorrectWrongPoints ( )
virtual

Destructor of the class cOpCorrectWrongPoints.


Member Function Documentation

virtual cOpCorrectWrongPoints* enviroment::fib::cOpCorrectWrongPoints::createInstance ( const cOperationIdentifier operationId) const
virtual

This method creats a new instance of this operator. Beware: You have to delete the instance after usage.

Parameters:
operationIdthe identifer for the operation
Returns:
a pointer to a new instance of this operation

Implements enviroment::fib::cOperationFib.

virtual std::string enviroment::fib::cOpCorrectWrongPoints::getName ( ) const
virtual
Returns:
the (class-)name of the operation

Reimplemented from enviroment::cOperation.

virtual bool enviroment::fib::cOpCorrectWrongPoints::run ( )
virtual

This method runs the operation. It will wait till the operation is ended befor returning. Beware: If overwriten call setIsRunning( false ), when the operation is done.

See also:
start()
stop()
setIsRunning()
Returns:
true if the operation was started

Reimplemented from enviroment::cOperation.


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