aimsdata 6.0.0
Neuroimaging data handling
internal::thresh2< LEFT, OP > Struct Template Reference

#include <aims/utility/threshold.h>

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

Public Member Functions

 thresh2 (LEFT threshold1, LEFT threshold2, LEFT background)
 
LEFT operator() (const LEFT &x) const
 

Public Attributes

LEFT threshold1
 
LEFT threshold2
 
LEFT background
 

Detailed Description

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

Definition at line 274 of file threshold.h.

Constructor & Destructor Documentation

◆ thresh2()

template<typename LEFT, typename OP>
internal::thresh2< LEFT, OP >::thresh2 ( LEFT threshold1,
LEFT threshold2,
LEFT background )
inline

Definition at line 276 of file threshold.h.

References background, threshold1, and threshold2.

Member Function Documentation

◆ operator()()

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

Definition at line 282 of file threshold.h.

References background, threshold1, and threshold2.

Member Data Documentation

◆ background

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

Definition at line 289 of file threshold.h.

Referenced by operator()(), and thresh2().

◆ threshold1

template<typename LEFT, typename OP>
LEFT internal::thresh2< LEFT, OP >::threshold1

Definition at line 287 of file threshold.h.

Referenced by operator()(), and thresh2().

◆ threshold2

template<typename LEFT, typename OP>
LEFT internal::thresh2< LEFT, OP >::threshold2

Definition at line 288 of file threshold.h.

Referenced by operator()(), and thresh2().


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