aimsdata  5.1.2
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 175 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 177 of file threshold.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ background

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

Definition at line 189 of file threshold.h.

Referenced by internal::thresh1< LEFT, OP >::operator()().

◆ threshold

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

Definition at line 188 of file threshold.h.

Referenced by internal::thresh1< LEFT, OP >::operator()().


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