Artec 3D Scanning SDK  2.0
Classes | Namespaces | Enumerations
IScanningProcedureObserver.h File Reference
#include <artec/sdk/base/Errors.h>
#include <artec/sdk/base/RefBase.h>
#include <artec/sdk/base/IScan.h>
#include <artec/sdk/base/IFrameMesh.h>
#include <artec/sdk/base/TimeStamp.h>
#include <artec/sdk/scanning/ScanningSdkDefines.h>

Go to the source code of this file.

Classes

struct  artec::sdk::scanning::RegistrationInfo
 Represents several aspects of the frame processing in the course of frame processing pipeline. More...
 
class  artec::sdk::scanning::IScanningProcedureObserver
 Interface to receive notifications about events during scanning (e.g., frame scanned). More...
 
class  artec::sdk::scanning::ScanningProcedureObserverBase
 The preferred way to use IScanningProcedureObserver is through using this class as a base. More...
 

Namespaces

 artec
 
 artec::sdk
 
 artec::sdk::scanning
 

Enumerations

enum  artec::sdk::scanning::FrameState {
  artec::sdk::scanning::FrameState_Ok,
  artec::sdk::scanning::FrameState_TriggerCaptureFailed,
  artec::sdk::scanning::FrameState_CaptureFailed,
  artec::sdk::scanning::FrameState_ReconstructionFailed,
  artec::sdk::scanning::FrameState_RegistrationFailed,
  artec::sdk::scanning::FrameState_TextureMappingFailed,
  artec::sdk::scanning::FrameState_AddToScanFailed,
  artec::sdk::scanning::FrameState_ForceDword = 0x7fffffff
}
 Represents different processing states of the frame being captured. More...