Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::Kernel::Material::FormulaUnit Struct Referencefinal

Structure to hold the information for a parsed chemical formula. More...

#include <Material.h>

Public Member Functions

 FormulaUnit (const PhysicalConstants::Atom &atom, const double multiplicity)
 
 FormulaUnit (std::shared_ptr< PhysicalConstants::Atom > atom, const double multiplicity)
 

Public Attributes

std::shared_ptr< PhysicalConstants::Atomatom
 
double multiplicity
 

Detailed Description

Structure to hold the information for a parsed chemical formula.

Definition at line 53 of file Material.h.

Constructor & Destructor Documentation

◆ FormulaUnit() [1/2]

Mantid::Kernel::Material::FormulaUnit::FormulaUnit ( std::shared_ptr< PhysicalConstants::Atom atom,
const double  multiplicity 
)

Definition at line 56 of file Material.cpp.

◆ FormulaUnit() [2/2]

Mantid::Kernel::Material::FormulaUnit::FormulaUnit ( const PhysicalConstants::Atom atom,
const double  multiplicity 
)

Definition at line 60 of file Material.cpp.

Member Data Documentation

◆ atom

std::shared_ptr<PhysicalConstants::Atom> Mantid::Kernel::Material::FormulaUnit::atom

Definition at line 54 of file Material.h.

◆ multiplicity

double Mantid::Kernel::Material::FormulaUnit::multiplicity

Definition at line 55 of file Material.h.


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