OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
cv::details::FPDenormalsIgnoreHintScope Class Reference

#include <opencv2/core/utils/fp_control_utils.hpp>

Collaboration diagram for cv::details::FPDenormalsIgnoreHintScope:

Public Member Functions

 FPDenormalsIgnoreHintScope (bool ignore=true)
 
 FPDenormalsIgnoreHintScope (const FPDenormalsModeState &state)
 
 ~FPDenormalsIgnoreHintScope ()
 

Protected Attributes

FPDenormalsModeState saved_state
 

Constructor & Destructor Documentation

◆ FPDenormalsIgnoreHintScope() [1/2]

cv::details::FPDenormalsIgnoreHintScope::FPDenormalsIgnoreHintScope ( bool  ignore = true)
inlineexplicit
Here is the call graph for this function:

◆ FPDenormalsIgnoreHintScope() [2/2]

cv::details::FPDenormalsIgnoreHintScope::FPDenormalsIgnoreHintScope ( const FPDenormalsModeState state)
inlineexplicit
Here is the call graph for this function:

◆ ~FPDenormalsIgnoreHintScope()

cv::details::FPDenormalsIgnoreHintScope::~FPDenormalsIgnoreHintScope ( )
inline
Here is the call graph for this function:

Member Data Documentation

◆ saved_state

FPDenormalsModeState cv::details::FPDenormalsIgnoreHintScope::saved_state
protected

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