|
IB-0.2
|
#include <IBVoxImageScanner.h>
Data Structures | |
| struct | ScanData |
| struct | ScanOption |
Public Types | |
| typedef std::vector< float > | ImageData |
Public Member Functions | |
| SimpleThresholdScan () | |
| template<class T > | |
| void | LoadImageData (T *image) |
| ScanData | Scan (ScanOption opt) |
| void | ResetScanData () |
| ScanData | GetScanData () |
Protected Attributes | |
| ImageData | m_ImageData |
| ScanData | m_ScanData |
| typedef std::vector<float> SimpleThresholdScan::ImageData |
|
inline |
|
inline |
| void SimpleThresholdScan::LoadImageData | ( | T * | image | ) |
|
inline |
|
inline |
|
protected |
|
protected |