|
IPCC
1.0
|
Class for Material Parameter. More...
#include "MaterialParam.h"

Public Member Functions | |
| CMaterialParam () | |
| ~CMaterialParam () | |
| GEO_PARAMETER | BuildMaterialParam (char *pszMaterialName, bool &bResult) |
| Load material parameter. More... | |
| GEO_PARAMETER | BuildMaterialParam (MATERIAL_INDEX material, MATERIAL_INDEX material2, bool &bResult) |
| Load material parameter. More... | |
| GEO_PARAMETER | BuildMaterialParam (MATERIAL_INDEX material, bool &bResult) |
| Load material parameter. More... | |
| CMaterialParam::CMaterialParam | ( | ) |
Definition at line 14 of file MaterialParam.cpp.
| CMaterialParam::~CMaterialParam | ( | ) |
Definition at line 19 of file MaterialParam.cpp.
| GEO_PARAMETER CMaterialParam::BuildMaterialParam | ( | char * | pszMaterialName, |
| bool & | bResult | ||
| ) |
Load material parameter.
| pszMaterialName | Material name string |
| bResult | When operation success assigned true, else assigned false |
Definition at line 28 of file MaterialParam.cpp.
References ATOM_NUM_BASE, CUtility::ConvertLower(), GaAs, InAs, Oxide, and Si.
Referenced by CHamiltonianBuilder::BuildOffsiteMatrixFor10Band(), CGeometricShape::BuildPEBiasVector(), CGeometricShape::BuildPEHamiltonian(), and CHamiltonianBuilder::FillMatrixFor10Band().


| GEO_PARAMETER CMaterialParam::BuildMaterialParam | ( | MATERIAL_INDEX | material, |
| MATERIAL_INDEX | material2, | ||
| bool & | bResult | ||
| ) |
Load material parameter.
| material | Material index |
| material | Material index 2 |
| bResult | When operation success assigned true, else assigned false |
Definition at line 98 of file MaterialParam.cpp.
References GaAs, InAs, CMaterialParameterSetting::SetGaAsParameter(), CMaterialParameterSetting::SetInAsParameter(), CMaterialParameterSetting::SetSiParameter(), Si, and GEO_PARAMETER::strMaterialType.

| GEO_PARAMETER CMaterialParam::BuildMaterialParam | ( | MATERIAL_INDEX | material, |
| bool & | bResult | ||
| ) |
Load material parameter.
| material | Material index |
| bResult | When operation success assigned true, else assigned false |
Definition at line 57 of file MaterialParam.cpp.
References GEO_PARAMETER::feips, GaAs, InAs, Oxide, CMaterialParameterSetting::SetGaAsParameter(), CMaterialParameterSetting::SetInAsParameter(), CMaterialParameterSetting::SetSiParameter(), Si, and GEO_PARAMETER::strMaterialType.
