aimsdata  5.1.2
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 683 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 685 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

Member Data Documentation

◆ foreground

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

Definition at line 698 of file threshold.h.

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

◆ threshold1

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

Definition at line 696 of file threshold.h.

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

◆ threshold2

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

Definition at line 697 of file threshold.h.

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


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