Electromagnetic Template Library (EMTL)
|
This group contains all interface groups.
Classes | |
struct | emDrude |
Drude pole, see http://fdtd.kintechlab.com/en/fitting. More... | |
class | uiExperiment |
User interface class to perform FDTD calculations. More... | |
Typedefs | |
typedef uiExpAddOnFinal | uiExp |
Main interface class for C++ API. | |
Functions | |
int | uiExperiment::SetMainBlockTypeId (int id=0) |
Sets the active main block type by its id. | |
typedef uiExpAddOnFinal uiExp |
Main interface class for C++ API.
int uiExperiment::SetMainBlockTypeId | ( | int | id = 0 | ) |
Sets the active main block type by its id.
id should be between 0 and the number_of_registered_block_types -1 Currently [0,1] where 1 is the classical EMTL block (emYeeRectBlockFix)