DAVID4 SDK
1.8.7
|
Gives access to module interfaces. More...
#include <IModules.h>
Public Member Functions | |
virtual | ~IModules () |
Destructor. | |
virtual IStructuredLightScanner & | sls ()=0 |
Returns an interface to the 'Structured Light Scanning' module. More... | |
virtual IShapeFusion & | fusion ()=0 |
Returns an interface to the 'Shape Fusion' module. More... | |
virtual ITurntable & | turntable ()=0 |
Returns an interface to the 'Turntable' module. More... | |
virtual IMeasure & | measure ()=0 |
Returns an interface to the 'Measurement' module. More... | |
virtual IMainWindow & | mainWindow ()=0 |
Returns an interface to the 'Main Window' module. More... | |
Gives access to module interfaces.
Definition at line 32 of file IModules.h.
|
pure virtual |
Returns an interface to the 'Shape Fusion' module.
Implemented in david::ClientJsonRpc, and david::ClientD4Lib.
|
pure virtual |
Returns an interface to the 'Main Window' module.
Implemented in david::ClientJsonRpc, and david::ClientD4Lib.
|
pure virtual |
Returns an interface to the 'Measurement' module.
Implemented in david::ClientJsonRpc, and david::ClientD4Lib.
|
pure virtual |
Returns an interface to the 'Structured Light Scanning' module.
Implemented in david::ClientJsonRpc, and david::ClientD4Lib.
|
pure virtual |
Returns an interface to the 'Turntable' module.
Implemented in david::ClientJsonRpc, and david::ClientD4Lib.