Electromagnetic Template Library (EMTL)
|
LocalStoredType for TFSF Contour fix. More...
#include <method_tfsf.h>
Inherits emFixBase< emTFSFContourFixT< container_t, blocktype_id > >::LocalStoredType.
Public Member Functions | |
ptrdiff_t | record_after (emFixStorage &fs, const indtype &ref_ind) const |
Record_after is the method that is called to write data for step_local_after into FixStorage. | |
Protected Attributes | |
int | ftype |
type of contour 0=E, 1=H | |
LocalStoredType for TFSF Contour fix.
In theory if it'll hold the packer by itself, we won't need LocalPointer for it anymore. It will mean rewriting TestContour though.
|
inline |
Record_after is the method that is called to write data for step_local_after into FixStorage.
This way Fix actualy controlls which data it wants to write.