aimsdata  5.1.2
Neuroimaging data handling
internal::clip1< LEFT, OP > Struct Template Reference

#include <aims/utility/threshold.h>

Inheritance diagram for internal::clip1< LEFT, OP >:
Collaboration diagram for internal::clip1< LEFT, OP >:

Public Member Functions

 clip1 (LEFT threshold)
 
LEFT operator() (const LEFT &x) const
 

Public Attributes

LEFT threshold
 

Detailed Description

template<typename LEFT, typename OP>
struct internal::clip1< LEFT, OP >

Definition at line 396 of file threshold.h.

Constructor & Destructor Documentation

◆ clip1()

template<typename LEFT , typename OP >
internal::clip1< LEFT, OP >::clip1 ( LEFT  threshold)
inline

Definition at line 398 of file threshold.h.

Member Function Documentation

◆ operator()()

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

Definition at line 403 of file threshold.h.

References internal::clip1< LEFT, OP >::threshold.

Member Data Documentation

◆ threshold

template<typename LEFT , typename OP >
LEFT internal::clip1< LEFT, OP >::threshold

Definition at line 408 of file threshold.h.

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


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