aimsdata  4.7.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 700 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 702 of file threshold.h.

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 708 of file threshold.h.

Member Data Documentation

◆ foreground

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

Definition at line 714 of file threshold.h.

◆ threshold

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

Definition at line 713 of file threshold.h.


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