aimsdata 6.0.0
Neuroimaging data handling
internal::clip2< LEFT, OP > Struct Template Reference

#include <aims/utility/threshold.h>

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

Public Member Functions

 clip2 (LEFT threshold1, LEFT threshold2)
 
LEFT operator() (const LEFT &x) const
 

Public Attributes

LEFT threshold1
 
LEFT threshold2
 

Detailed Description

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

Definition at line 461 of file threshold.h.

Constructor & Destructor Documentation

◆ clip2()

template<typename LEFT, typename OP>
internal::clip2< LEFT, OP >::clip2 ( LEFT threshold1,
LEFT threshold2 )
inline

Definition at line 463 of file threshold.h.

References threshold1, and threshold2.

Member Function Documentation

◆ operator()()

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

Definition at line 469 of file threshold.h.

References threshold1, and threshold2.

Member Data Documentation

◆ threshold1

template<typename LEFT, typename OP>
LEFT internal::clip2< LEFT, OP >::threshold1

Definition at line 483 of file threshold.h.

Referenced by clip2(), and operator()().

◆ threshold2

template<typename LEFT, typename OP>
LEFT internal::clip2< LEFT, OP >::threshold2

Definition at line 484 of file threshold.h.

Referenced by clip2(), and operator()().


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