aimsdata  5.1.2
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.

Member Function Documentation

◆ operator()()

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

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 internal::thresh1_bin< LEFT, RIGHT, OP >::operator()().

◆ 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 internal::thresh1_bin< LEFT, RIGHT, OP >::operator()().


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