aimsdata  5.0.5
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 476 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 478 of file threshold.h.

Member Function Documentation

◆ operator()()

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

Definition at line 484 of file threshold.h.

Member Data Documentation

◆ threshold1

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

Definition at line 498 of file threshold.h.

◆ threshold2

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

Definition at line 499 of file threshold.h.


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