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