aimsdata  4.7.0
Neuroimaging data handling
internal::thresh1< LEFT, OP > Struct Template Reference

#include <aims/utility/threshold.h>

Inheritance diagram for internal::thresh1< LEFT, OP >:
Collaboration diagram for internal::thresh1< LEFT, OP >:

Public Member Functions

 thresh1 (LEFT threshold, LEFT background)
 
LEFT operator() (const LEFT &x) const
 

Public Attributes

LEFT threshold
 
LEFT background
 

Detailed Description

template<typename LEFT, typename OP>
struct internal::thresh1< LEFT, OP >

Definition at line 176 of file threshold.h.

Constructor & Destructor Documentation

◆ thresh1()

template<typename LEFT, typename OP>
internal::thresh1< LEFT, OP >::thresh1 ( LEFT  threshold,
LEFT  background 
)
inline

Definition at line 178 of file threshold.h.

Member Function Documentation

◆ operator()()

template<typename LEFT, typename OP>
LEFT internal::thresh1< LEFT, OP >::operator() ( const LEFT &  x) const
inline

Definition at line 184 of file threshold.h.

Member Data Documentation

◆ background

template<typename LEFT, typename OP>
LEFT internal::thresh1< LEFT, OP >::background

Definition at line 190 of file threshold.h.

◆ threshold

template<typename LEFT, typename OP>
LEFT internal::thresh1< LEFT, OP >::threshold

Definition at line 189 of file threshold.h.


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