BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
RoughnessModelWrap Struct Reference

Public Types

enum  RoughnessModel { DEFAULT , TANH , NEVOT_CROCE }
 

Static Public Member Functions

static std::string roughnessModelName (RoughnessModel model)
 

Detailed Description

Definition at line 21 of file RoughnessModels.h.

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 26 of file RoughnessModels.cpp.

27 {
28  return roughnessModelNames.at(model);
29 }

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