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

#include <aims/utility/threshold.h>

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

Public Member Functions

 thresh2_bin (LEFT threshold1, LEFT threshold2, RIGHT foreground)
 
RIGHT operator() (const LEFT &x) const
 

Public Attributes

LEFT threshold1
 
LEFT threshold2
 
RIGHT foreground
 

Detailed Description

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

Definition at line 719 of file threshold.h.

Constructor & Destructor Documentation

◆ thresh2_bin()

template<typename LEFT, typename RIGHT, typename OP>
internal::thresh2_bin< LEFT, RIGHT, OP >::thresh2_bin ( LEFT  threshold1,
LEFT  threshold2,
RIGHT  foreground 
)
inline

Definition at line 721 of file threshold.h.

Member Function Documentation

◆ operator()()

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

Definition at line 727 of file threshold.h.

Member Data Documentation

◆ foreground

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

Definition at line 734 of file threshold.h.

◆ threshold1

template<typename LEFT, typename RIGHT, typename OP>
LEFT internal::thresh2_bin< LEFT, RIGHT, OP >::threshold1

Definition at line 732 of file threshold.h.

◆ threshold2

template<typename LEFT, typename RIGHT, typename OP>
LEFT internal::thresh2_bin< LEFT, RIGHT, OP >::threshold2

Definition at line 733 of file threshold.h.


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