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

#include <aims/utility/threshold.h>

Inheritance diagram for internal::thresh1_bin< LEFT, RIGHT, OP >:
Collaboration diagram for internal::thresh1_bin< LEFT, RIGHT, OP >:

Public Member Functions

 thresh1_bin (LEFT threshold, RIGHT foreground)
 
RIGHT operator() (const LEFT &x) const
 

Public Attributes

LEFT threshold
 
RIGHT foreground
 

Detailed Description

template<typename LEFT, typename RIGHT, typename OP>
struct internal::thresh1_bin< LEFT, RIGHT, OP >

Definition at line 664 of file threshold.h.

Constructor & Destructor Documentation

◆ thresh1_bin()

template<typename LEFT, typename RIGHT, typename OP>
internal::thresh1_bin< LEFT, RIGHT, OP >::thresh1_bin ( LEFT threshold,
RIGHT foreground )
inline

Definition at line 666 of file threshold.h.

References foreground, and threshold.

Member Function Documentation

◆ operator()()

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

Definition at line 672 of file threshold.h.

References foreground, and threshold.

Member Data Documentation

◆ foreground

template<typename LEFT, typename RIGHT, typename OP>
RIGHT internal::thresh1_bin< LEFT, RIGHT, OP >::foreground

Definition at line 678 of file threshold.h.

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

◆ threshold

template<typename LEFT, typename RIGHT, typename OP>
LEFT internal::thresh1_bin< LEFT, RIGHT, OP >::threshold

Definition at line 677 of file threshold.h.

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


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