Qucs-core
0.0.19
|
#include <parasweep.h>
Public Member Functions | |
ACREATOR (parasweep) | |
parasweep (char *) | |
parasweep (parasweep &) | |
~parasweep () | |
int | initialize (void) |
placehoder for initialization function | |
int | solve (void) |
placehoder for solution function | |
int | cleanup (void) |
placehoder for cleanup function | |
void | saveResults (void) |
Data Fields | |
SW | |
PROP_ACTION | |
PROP_NO_SUBSTRATE | |
PROP_LINEAR | |
Private Attributes | |
variable * | var |
sweep * | swp |
void * | eqn |
Definition at line 208 of file parasweep.cpp.
qucs::parasweep::parasweep | ( | char * | n | ) |
Definition at line 60 of file parasweep.cpp.
qucs::parasweep::parasweep | ( | parasweep & | p | ) |
Definition at line 74 of file parasweep.cpp.
qucs::parasweep::~parasweep | ( | ) |
Definition at line 68 of file parasweep.cpp.
int qucs::parasweep::cleanup | ( | void | ) | [virtual] |
placehoder for cleanup function
Virtual cleanup function intended to be overridden by the inheiriting class's cleanup function.
Reimplemented from qucs::analysis.
Definition at line 127 of file parasweep.cpp.
int qucs::parasweep::initialize | ( | void | ) | [virtual] |
placehoder for initialization function
Virtual initialize function intended to be overridden by the inheiriting class's initialization function.
Reimplemented from qucs::analysis.
Definition at line 84 of file parasweep.cpp.
void qucs::parasweep::saveResults | ( | void | ) |
Definition at line 184 of file parasweep.cpp.
int qucs::parasweep::solve | ( | void | ) | [virtual] |
placehoder for solution function
Virtual solution function intended to be overridden by the inheiriting class's solution function.
Reimplemented from qucs::analysis.
Definition at line 145 of file parasweep.cpp.
void* qucs::parasweep::eqn [private] |
Definition at line 49 of file parasweep.h.
Definition at line 209 of file parasweep.cpp.
Definition at line 209 of file parasweep.cpp.
Definition at line 209 of file parasweep.cpp.
qucs::parasweep::SW |
Definition at line 209 of file parasweep.cpp.
sweep* qucs::parasweep::swp [private] |
Definition at line 48 of file parasweep.h.
variable* qucs::parasweep::var [private] |
Definition at line 47 of file parasweep.h.