Public Member Functions | List of all members
mirtk::data::op::MaskOutsideOpenInterval Class Reference

Mask values below, equal, or above a specified lower/upper threshold. More...

#include <DataFunctions.h>

Inheritance diagram for mirtk::data::op::MaskOutsideOpenInterval:
Inheritance graph
Collaboration diagram for mirtk::data::op::MaskOutsideOpenInterval:
Collaboration graph

Public Member Functions

 MaskOutsideOpenInterval (double l, double u)
 Constructor.
 
 MaskOutsideOpenInterval (const double *l, const double *u)
 Constructor.
 
 MaskOutsideOpenInterval (double l, const double *u)
 Constructor.
 
 MaskOutsideOpenInterval (const double *l, double u)
 Constructor.
 
virtual double Op (double value, bool &mask) const
 Transform data value and/or mask data value by setting *mask = false.
 
virtual void Process (int n, double *data, bool *mask=NULL)
 Process given data (not thread-safe!)
 
- Public Member Functions inherited from mirtk::data::Op
virtual ~Op ()
 Destructor.
 

Detailed Description

Mask values below, equal, or above a specified lower/upper threshold.

Definition at line 795 of file DataFunctions.h.


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