Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
BIAS::DistImgMatAcc< StorageType > Class Template Reference

#include <FeatureDetector/ContourDetectorSimple.hh>

Public Member Functions

 DistImgMatAcc ()
 
 DistImgMatAcc (BIAS::Image< StorageType > &img)
 
StorageType Get (int row, int col)
 
void Set (int row, int col, StorageType value)
 
virtual ~DistImgMatAcc ()
 

Protected Attributes

StorageType ** data
 

Detailed Description

template<class StorageType>
class BIAS::DistImgMatAcc< StorageType >

Definition at line 203 of file ContourDetectorSimple.hh.

Constructor & Destructor Documentation

template<class StorageType>
BIAS::DistImgMatAcc< StorageType >::DistImgMatAcc ( )
inline

Definition at line 206 of file ContourDetectorSimple.hh.

template<class StorageType >
DistImgMatAcc::DistImgMatAcc ( BIAS::Image< StorageType > &  img)
template<class StorageType>
virtual BIAS::DistImgMatAcc< StorageType >::~DistImgMatAcc ( )
inlinevirtual

Definition at line 208 of file ContourDetectorSimple.hh.

Member Function Documentation

template<class StorageType >
StorageType DistImgMatAcc::Get ( int  row,
int  col 
)
template<class StorageType >
void DistImgMatAcc::Set ( int  row,
int  col,
StorageType  value 
)

Member Data Documentation

template<class StorageType>
StorageType** BIAS::DistImgMatAcc< StorageType >::data
protected

Definition at line 214 of file ContourDetectorSimple.hh.


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