IB-0.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SimpleThresholdScan Class Reference

#include <IBVoxImageScanner.h>

Inheritance diagram for SimpleThresholdScan:
RangeThresholdScan

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
 

Member Typedef Documentation

typedef std::vector<float> SimpleThresholdScan::ImageData

Constructor & Destructor Documentation

SimpleThresholdScan::SimpleThresholdScan ( )
inline

Member Function Documentation

ScanData SimpleThresholdScan::GetScanData ( )
inline
template<class T >
void SimpleThresholdScan::LoadImageData ( T *  image)
void SimpleThresholdScan::ResetScanData ( )
inline
SimpleThresholdScan::ScanData SimpleThresholdScan::Scan ( SimpleThresholdScan::ScanOption  opt)
inline

Field Documentation

ImageData SimpleThresholdScan::m_ImageData
protected
ScanData SimpleThresholdScan::m_ScanData
protected

The documentation for this class was generated from the following file: