BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
RoughnessModelWrap Struct Reference

Description

Definition at line 21 of file RoughnessModels.h.

Public Types

enum  RoughnessModel { DEFAULT , TANH , NEVOT_CROCE }
 

Static Public Member Functions

static std::string roughnessModelName (RoughnessModel model)
 

Member Enumeration Documentation

◆ RoughnessModel

Enumerator
DEFAULT 
TANH 
NEVOT_CROCE 

Definition at line 22 of file RoughnessModels.h.

Member Function Documentation

◆ roughnessModelName()

std::string RoughnessModelWrap::roughnessModelName ( RoughnessModel  model)
static

Definition at line 29 of file RoughnessModels.cpp.

30 {
31  return roughnessModelNames.at(model);
32 }

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