CVB++ 14.0
ReaderWithQuietzoneConfigBase Class Reference

Configuration to access parameters of ReaderWithQuietzoneConfigBase. More...

#include <cvb/barcode/_detail/reader_with_quietzone_config_base.hpp>

Inherits ReaderConfigBase.

Inherited by Code32, ReaderCommon1DConfigBase, and ReaderEanUpcConfigBase.

Public Member Functions

void SetCheckQuietzone (bool checkQuietzone)
 Sets whether to check/ignore quiet zone. More...
 
bool CheckQuietzone () const
 Returns whether to check/ignore quiet zone. More...
 
- Public Member Functions inherited from ReaderConfigBase
void SetInverse (bool inverse)
 Code is inverted (white on black)/not inverted. More...
 
bool Inverse () const
 Returns whether the code is inverted (white on black) or not. More...
 

Detailed Description

Configuration to access parameters of ReaderWithQuietzoneConfigBase.

Member Function Documentation

◆ CheckQuietzone()

bool CheckQuietzone ( ) const
inline

Returns whether to check/ignore quiet zone.

Returns
The check quiet zone flag.
Exceptions
Anyexception derived from std::exception including CvbException.
See also
SetCheckQuietzone

◆ SetCheckQuietzone()

void SetCheckQuietzone ( bool  checkQuietzone)
inline

Sets whether to check/ignore quiet zone.

Parameters
[in]checkQuietzoneIt activates or deactivates checking for the presence of quiet zones. If you specify true, a check is performed for the presence of quiet zones; if you specify false, no check is performed.
Exceptions
Anyexception derived from std::exception including CvbException.
See also
CheckQuietzone