Developer documentation
Version 3.0.3-105-gd3941f44
MR::Stats::CFE Class Reference

#include "stats/cfe.h"

Inheritance diagram for MR::Stats::CFE:
MR::Stats::EnhancerBase

Protected Member Functions

void operator() (in_column_type, out_column_type) const override
 
virtual void operator() (in_column_type, out_column_type) const =0
 

Protected Attributes

Fixel::Matrix::Reader matrix
 
const value_type dh
 
const value_type E
 
const value_type H
 
const value_type C
 
const bool normalise
 
vector< value_typeh_pow_H
 

Additional Inherited Members

- Public Member Functions inherited from MR::Stats::EnhancerBase
virtual ~EnhancerBase ()
 
void operator() (const Math::Stats::matrix_type &input_statistics, Math::Stats::matrix_type &enhanced_statistics) const
 
- Protected Types inherited from MR::Stats::EnhancerBase
typedef Math::Stats::matrix_type::ConstColXpr in_column_type
 
typedef Math::Stats::matrix_type::ColXpr out_column_type
 

Detailed Description

Definition at line 37 of file cfe.h.

Member Function Documentation

◆ operator()()

void MR::Stats::CFE::operator() ( in_column_type  ,
out_column_type   
) const
overrideprotectedvirtual

Member Data Documentation

◆ C

const value_type MR::Stats::CFE::C
protected

Definition at line 46 of file cfe.h.

◆ dh

const value_type MR::Stats::CFE::dh
protected

Definition at line 46 of file cfe.h.

◆ E

const value_type MR::Stats::CFE::E
protected

Definition at line 46 of file cfe.h.

◆ H

const value_type MR::Stats::CFE::H
protected

Definition at line 46 of file cfe.h.

◆ h_pow_H

vector<value_type> MR::Stats::CFE::h_pow_H
mutableprotected

Definition at line 49 of file cfe.h.

◆ matrix

Fixel::Matrix::Reader MR::Stats::CFE::matrix
protected

Definition at line 45 of file cfe.h.

◆ normalise

const bool MR::Stats::CFE::normalise
protected

Definition at line 47 of file cfe.h.


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