SNOWPACK 20240425.b7bfb45
Metamorphism.h File Reference
#include <snowpack/DataClasses.h>
#include <meteoio/MeteoIO.h>
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  Metamorphism
 

Macros

#define CALL_MEMBER_FN(object, ptrToMember)   ((object).*(ptrToMember))
 

Typedefs

typedef void(Metamorphism::* MetaModelFn) (const CurrentMeteo &, SnowStation &) const
 
typedef double(Metamorphism::* MetaSpRateFn) (const ElementData &) const
 

Macro Definition Documentation

◆ CALL_MEMBER_FN

#define CALL_MEMBER_FN (   object,
  ptrToMember 
)    ((object).*(ptrToMember))

Typedef Documentation

◆ MetaModelFn

typedef void(Metamorphism::* MetaModelFn) (const CurrentMeteo &, SnowStation &) const

◆ MetaSpRateFn

typedef double(Metamorphism::* MetaSpRateFn) (const ElementData &) const