BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
SampleToPython.cpp File Reference
Include dependency graph for SampleToPython.cpp:

Go to the source code of this file.

Variables

const std::map< MATERIAL_TYPES, std::string > factory_names
 

Detailed Description

Implements class SampleToPython.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file SampleToPython.cpp.

Variable Documentation

◆ factory_names

const std::map<MATERIAL_TYPES, std::string> factory_names
Initial value:
{
{MATERIAL_TYPES::RefractiveMaterial, "HomogeneousMaterial"},
{MATERIAL_TYPES::MaterialBySLD, "MaterialBySLD"}}

Definition at line 93 of file SampleToPython.cpp.

Referenced by SampleToPython::defineMaterials().