Discrete Dipole Approximation Project  1.0
Plugin based Discrete Dipole Approximation (DDA) software package.
DyProcress Class Reference

Detailed Description

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.

Retrives a Symbol

Returns
Pointer to symbol
Exceptions
DyLibExceptionRaised if symbol dosen't exist
FuncPtr GetSymbol (std::string name)
 

Constructor & Destructor Documentation

DyProcress::DyProcress ( )
Exceptions
DyLibExceptionRaised if unable to load procress

Member Function Documentation

FuncPtr DyProcress::GetSymbol ( std::string  name)
Parameters
[in]nameName of Symbol to Load