Alps  2.0.2
Public Member Functions | Private Attributes | List of all members
TotalWorkload Class Reference

A functor class used in calulating total workload in a node pool. More...

#include <AlpsHelperFunctions.h>

+ Inheritance diagram for TotalWorkload:
+ Collaboration diagram for TotalWorkload:

Public Member Functions

 TotalWorkload (const double incVal, const double rho)
 
void operator() (AlpsTreeNode *&node)
 
double result () const
 

Private Attributes

double totalLoad_
 
double incVal_
 
double rho_
 

Detailed Description

A functor class used in calulating total workload in a node pool.

Definition at line 42 of file AlpsHelperFunctions.h.

Constructor & Destructor Documentation

◆ TotalWorkload()

TotalWorkload::TotalWorkload ( const double  incVal,
const double  rho 
)
inline

Definition at line 50 of file AlpsHelperFunctions.h.

Member Function Documentation

◆ operator()()

void TotalWorkload::operator() ( AlpsTreeNode *&  node)
inline

Definition at line 57 of file AlpsHelperFunctions.h.

◆ result()

double TotalWorkload::result ( ) const
inline

Definition at line 61 of file AlpsHelperFunctions.h.

Member Data Documentation

◆ totalLoad_

double TotalWorkload::totalLoad_
private

Definition at line 45 of file AlpsHelperFunctions.h.

◆ incVal_

double TotalWorkload::incVal_
private

Definition at line 46 of file AlpsHelperFunctions.h.

◆ rho_

double TotalWorkload::rho_
private

Definition at line 47 of file AlpsHelperFunctions.h.


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