OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
RelativeFFTLowPassFilter Class Reference

#include <RelativeFFTLowPass.h>

Inheritance diagram for RelativeFFTLowPassFilter:
Inheritance graph
Collaboration diagram for RelativeFFTLowPassFilter:
Collaboration graph

Public Member Functions

 RelativeFFTLowPassFilter (const double &threshold)
 
void apply (std::vector< double > &LineDensity)
 
void calc_derivative (std::vector< double > &histogram, const double &h)
 

Private Attributes

double threshold_m
 

Detailed Description

Definition at line 6 of file RelativeFFTLowPass.h.

Constructor & Destructor Documentation

◆ RelativeFFTLowPassFilter()

RelativeFFTLowPassFilter::RelativeFFTLowPassFilter ( const double &  threshold)

Definition at line 7 of file RelativeFFTLowPass.cpp.

Member Function Documentation

◆ apply()

void RelativeFFTLowPassFilter::apply ( std::vector< double > &  LineDensity)
virtual

◆ calc_derivative()

void RelativeFFTLowPassFilter::calc_derivative ( std::vector< double > &  histogram,
const double &  h 
)
virtual

Member Data Documentation

◆ threshold_m

double RelativeFFTLowPassFilter::threshold_m
private

Definition at line 13 of file RelativeFFTLowPass.h.

Referenced by apply(), and calc_derivative().


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