artec::sdk::scanning::IScanningProcedureBundle Class Referenceabstract
#include <artec/sdk/scanning/IScanningProcedureBundle.h>
Inheritance diagram for artec::sdk::scanning::IScanningProcedureBundle:
Public Member Functions | |
virtual ScanningState | getState ()=0 |
get current scanning event handler More... | |
virtual ErrorCode | setState (ScanningState state)=0 |
set new scanning event handler More... | |
Public Member Functions inherited from artec::sdk::base::IJob | |
virtual const char * | getDebugName () const =0 |
Returns short job name for debug purposes. More... | |
virtual unsigned int | getThreadsRequired () const =0 |
virtual ErrorCode | start (const AlgorithmWorkset *runSet)=0 |
virtual ErrorCode | process (int threadIndex)=0 |
virtual ErrorCode | finish ()=0 |
virtual ErrorCode | reset ()=0 |
Public Member Functions inherited from artec::sdk::base::IRef | |
virtual int | addRef () const =0 |
virtual int | release () const =0 |
Detailed Description
Definition at line 51 of file IScanningProcedureBundle.h.
Member Function Documentation
|
pure virtual |
get current scanning event handler
|
pure virtual |
set new scanning event handler
The documentation for this class was generated from the following file:
- artec/sdk/scanning/IScanningProcedureBundle.h