open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | List of all members
iASimpleDepthMeasure< ArgType, ValType > Class Template Reference

Simple depth measure, just counts the number of bands of other function pairs which the function is fully contained in. More...

#include <iAFunctionalBoxplot.h>

Inheritance diagram for iASimpleDepthMeasure< ArgType, ValType >:
[legend]
Collaboration diagram for iASimpleDepthMeasure< ArgType, ValType >:
[legend]

Public Member Functions

double calculate (iAFunction< ArgType, ValType > const &curFunc, iAFunction< ArgType, ValType > const &limFunc1, iAFunction< ArgType, ValType > const &limFunc2, ArgType argMin, ArgType argMax, ArgType argStepSize)
 
- Public Member Functions inherited from iADepthMeasure< ArgType, ValType >
virtual double calculate (iAFunction< ArgType, ValType > const &curFunc, iAFunction< ArgType, ValType > const &limFunc1, iAFunction< ArgType, ValType > const &limFunc2)=0
 

Detailed Description

template<typename ArgType, typename ValType>
class iASimpleDepthMeasure< ArgType, ValType >

Simple depth measure, just counts the number of bands of other function pairs which the function is fully contained in.

For details, see paper linked in iAFunctionalBoxplot documentation.

Member Function Documentation

◆ calculate()

template<typename ArgType , typename ValType >
double iASimpleDepthMeasure< ArgType, ValType >::calculate ( iAFunction< ArgType, ValType > const &  curFunc,
iAFunction< ArgType, ValType > const &  limFunc1,
iAFunction< ArgType, ValType > const &  limFunc2,
ArgType  argMin,
ArgType  argMax,
ArgType  argStepSize 
)
inline

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