Class containing scan Images and accessing functions.
More...
#include <SBData.h>
Class containing scan Images and accessing functions.
- See also
- SBImage, SBImageList
◆ SBScan()
SBSDK3::SBScan::SBScan |
( |
| ) |
|
◆ ~SBScan()
SBSDK3::SBScan::~SBScan |
( |
| ) |
|
|
virtual |
◆ save()
SBSDK3::SBScan::save |
( |
const char * |
fileName | ) |
|
Save .pbs file to disk. Returns if success.
- Parameters
-
[in] | fileName | const char* containing the fileName and extension. |
◆ load()
SBSDK3::SBScan::load |
( |
const char * |
fileName | ) |
|
Load .pbs file from disk. Returns if success.
- Parameters
-
[in] | fileName | const char* containing the fileName and extension. |
◆ getNumImages()
SBSDK3::SBScan::getNumImages |
( |
| ) |
|
Returns the number of images taken for the scan.
◆ getCameraImages()
SBSDK3::SBScan::getCameraImages |
( |
int |
camIdx, |
|
|
SBImageList & |
imageList |
|
) |
| |
Returns the images corresponding the given camera id.
- Parameters
-
[in] | camIdx | Camera Id of the desired Images(0 for Left, 1 for Right). |
[out] | imageList | container for the images. |
- See also
- SBImageList, SBImage
◆ getTextureImage()
SBSDK3::SBScan::getTextureImage |
( |
SBImage & |
img | ) |
|
◆ empty()
SBSDK3::SBScan::empty |
( |
| ) |
|
Returns if it is empty Returns true if it is empty.
◆ mpPLGScan
std::shared_ptr<PLG::PLGScan> SBSDK3::SBScan::mpPLGScan |
◆ mpPLGCalib
std::shared_ptr<PLG::PLGCalib> SBSDK3::SBScan::mpPLGCalib |
◆ mpPLGTextureCalib
std::shared_ptr<PLG::PLGCalib> SBSDK3::SBScan::mpPLGTextureCalib |
The documentation for this class was generated from the following file: