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

Member Function Documentation

◆ operator()()

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

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

◆ threshold2

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

Definition at line 484 of file threshold.h.

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


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