My Project
0.0.16
QUCS Mapping
|
#include <analysis.h>
Public Member Functions | |
analysis () | |
analysis (char *) | |
analysis (analysis &) | |
~analysis () | |
virtual int | solve (void) |
virtual int | initialize (void) |
virtual int | cleanup (void) |
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) |
Protected Attributes | |
int | runs |
int | type |
net * | subnet |
dataset * | data |
environment * | env |
ptrlist< analysis > * | actions |
bool | progress |
Definition at line 55 of file analysis.h.
analysis::analysis | ( | ) |
Definition at line 43 of file analysis.cpp.
analysis::analysis | ( | char * | n | ) |
Definition at line 54 of file analysis.cpp.
analysis::analysis | ( | analysis & | a | ) |
Definition at line 71 of file analysis.cpp.
analysis::~analysis | ( | ) |
Definition at line 65 of file analysis.cpp.
void analysis::addAnalysis | ( | analysis * | a | ) |
Definition at line 83 of file analysis.cpp.
|
inlinevirtual |
Reimplemented in parasweep.
Definition at line 64 of file analysis.h.
sweep * analysis::createSweep | ( | const char * | n | ) |
Definition at line 97 of file analysis.cpp.
void analysis::delAnalysis | ( | analysis * | a | ) |
Definition at line 90 of file analysis.cpp.
|
inline |
Definition at line 65 of file analysis.h.
|
inline |
|
inline |
Definition at line 67 of file analysis.h.
|
inline |
Definition at line 79 of file analysis.h.
|
inline |
|
inlinevirtual |
Reimplemented in parasweep.
Definition at line 63 of file analysis.h.
void analysis::saveVariable | ( | const char * | n, |
nr_complex_t | z, | ||
vector * | f | ||
) |
Definition at line 141 of file analysis.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 76 of file analysis.h.
|
inlinevirtual |
Definition at line 88 of file analysis.h.
|
protected |
Definition at line 86 of file analysis.h.
|
protected |
Definition at line 87 of file analysis.h.
|
protected |
Definition at line 89 of file analysis.h.
|
protected |
Definition at line 83 of file analysis.h.
|
protected |
Definition at line 85 of file analysis.h.
|
protected |
Definition at line 84 of file analysis.h.