Electromagnetic Template Library (EMTL)
Loading...
Searching...
No Matches
Interface classes and functions.

Detailed Description

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 Documentation

◆ uiExp

Main interface class for C++ API.

Category:   Interface classes and functions.

Function Documentation

◆ SetMainBlockTypeId()

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)

Category:   Interface classes and functions.