My Project
0.0.16
QUCS Mapping
|
#include <parasweep.h>
Public Member Functions | |
ACREATOR (parasweep) | |
parasweep (char *) | |
parasweep (parasweep &) | |
~parasweep () | |
int | initialize (void) |
int | solve (void) |
int | cleanup (void) |
void | saveResults (void) |
Public Member Functions inherited from analysis | |
analysis () | |
analysis (char *) | |
analysis (analysis &) | |
~analysis () | |
dataset * | getData (void) |
void | setData (dataset *d) |
net * | getNet (void) |
void | setNet (net *netlist) |
environment * | getEnv (void) |
void | setEnv (environment *e) |
ptrlist< analysis > * | getAnalysis (void) |
void | setAnalysis (ptrlist< analysis > *a) |
void | addAnalysis (analysis *) |
void | delAnalysis (analysis *) |
int | getType (void) |
void | setType (int t) |
sweep * | createSweep (const char *) |
void | saveVariable (const char *, nr_complex_t, vector *) |
bool | getProgress (void) |
void | setProgress (bool p) |
Public Member Functions inherited from object | |
object () | |
object (const char *) | |
object (const object &) | |
virtual | ~object () |
object * | getNext (void) |
void | setNext (object *o) |
object * | getPrev (void) |
void | setPrev (object *o) |
void | setName (const char *) |
char * | getName (void) |
void | addProperty (property *) |
property * | addProperty (const char *, const char *) |
property * | addProperty (const char *, nr_double_t) |
property * | addProperty (const char *, variable *) |
void | setProperty (const char *, char *) |
void | setProperty (const char *, nr_double_t) |
void | setScaledProperty (const char *, nr_double_t) |
void | setProperty (const char *, variable *) |
vector * | getPropertyVector (const char *) |
char * | getPropertyString (const char *) |
char * | getPropertyReference (const char *) |
nr_double_t | getPropertyDouble (const char *) |
nr_double_t | getScaledProperty (const char *) |
int | getPropertyInteger (const char *) |
bool | hasProperty (const char *) |
bool | isPropertyGiven (const char *) |
void | copyProperties (property *) |
void | deleteProperties (void) |
int | countProperties (void) |
char * | propertyList (void) |
Public Attributes | |
SW | |
PROP_ACTION | |
PROP_NO_SUBSTRATE | |
PROP_LINEAR | |
Additional Inherited Members | |
Protected Attributes inherited from analysis | |
int | runs |
int | type |
net * | subnet |
dataset * | data |
environment * | env |
ptrlist< analysis > * | actions |
bool | progress |
Definition at line 207 of file parasweep.cpp.
parasweep::parasweep | ( | char * | n | ) |
Definition at line 56 of file parasweep.cpp.
parasweep::parasweep | ( | parasweep & | p | ) |
Definition at line 70 of file parasweep.cpp.
parasweep::~parasweep | ( | ) |
Definition at line 64 of file parasweep.cpp.
parasweep::ACREATOR | ( | parasweep | ) |
|
virtual |
Reimplemented from analysis.
Definition at line 123 of file parasweep.cpp.
|
virtual |
Reimplemented from analysis.
Definition at line 80 of file parasweep.cpp.
void parasweep::saveResults | ( | void | ) |
Definition at line 183 of file parasweep.cpp.
|
virtual |
Reimplemented from analysis.
Definition at line 141 of file parasweep.cpp.
parasweep::PROP_ACTION |
Definition at line 208 of file parasweep.cpp.
parasweep::PROP_LINEAR |
Definition at line 208 of file parasweep.cpp.
parasweep::PROP_NO_SUBSTRATE |
Definition at line 208 of file parasweep.cpp.
parasweep::SW |
Definition at line 208 of file parasweep.cpp.