Discrete Dipole Approximation Project
1.0
Plugin based Discrete Dipole Approximation (DDA) software package.
|
Just create an object of this class to access the procress symbols.
#include "dylib.h"
Public Member Functions | |
DyProcress () | |
Loads Refrence to main procress. More... | |
~DyProcress () | |
Unloads Refrence to main procress. | |
from the procress, respresented by the object. | |
FuncPtr | GetSymbol (std::string name) |
DyProcress::DyProcress | ( | ) |
DyLibException | Raised if unable to load procress |
FuncPtr DyProcress::GetSymbol | ( | std::string | name | ) |
[in] | name | Name of Symbol to Load |