31 char szMaterialName[1024];
34 strcpy(szMaterialName, pszMaterialName);
37 if (!strcmp(szMaterialName,
"si"))
39 else if (!strcmp(szMaterialName,
"gaas"))
43 else if (!strcmp(szMaterialName,
"inas"))
char strMaterialType[1024]
<--------------------— From this point generated by meterialParam
Class for material parameter setting.
GEO_PARAMETER BuildMaterialParam(char *pszMaterialName, bool &bResult)
Load material parameter.
static void SetSiParameter(LPGEO_PARAMETER lpParameter)
Set Si material parameter.
static void ConvertLower(char *pszBuffer)
Convert string to lower case.
static void SetGaAsParameter(LPGEO_PARAMETER lpParameter)
Set GaAs material parameter.
This class includes functions for matrix debugging.
Structure for saving geometric parameter.
Class for Material Parameter.
static void SetInAsParameter(LPGEO_PARAMETER lpParameter)
Set InAs material parameter.