CVB++ 14.0
Reader2DWithQuietzoneConfigBase Class Reference

Configuration to access parameters of Reader2DWithQuietzoneConfigBase. More...

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

Inherits Reader2DConfigBase.

Inherited by MicroPdf417, and Qr.

Public Member Functions

void SetCheckQuietzone (bool checkQuietzone)
 Check/ignore quiet zone. More...
 
bool CheckQuietzone () const
 Return whether to check/ignore quiet zone. More...
 
- Public Member Functions inherited from Reader2DConfigBase
void SetMirrored (bool mirrored)
 Sets whether the code is mirrored/not mirrored. More...
 
bool Mirrored () const
 Returns whether the code is mirrored/not mirrored. 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 Reader2DWithQuietzoneConfigBase.

Member Function Documentation

◆ CheckQuietzone()

bool CheckQuietzone ( ) const
inline

Return whether to check/ignore quiet zone.

Returns
The return value tells whether it 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
SetCheckQuietzone

◆ SetCheckQuietzone()

void SetCheckQuietzone ( bool  checkQuietzone)
inline

Check/ignore quiet zone.

Parameters
[in]checkQuietzoneThe parameter 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