|
| net () |
|
| net (const char *) |
|
| net (net &) |
|
| ~net () |
|
circuit * | getRoot (void) |
|
void | setRoot (circuit *c) |
|
void | insertCircuit (circuit *) |
|
void | removeCircuit (circuit *, int dropping=1) |
|
int | containsCircuit (circuit *) |
|
int | checkCircuitChain (void) |
|
void | list (void) |
|
void | reducedCircuit (circuit *) |
|
node * | findConnectedNode (node *) |
|
node * | findConnectedCircuitNode (node *) |
|
void | insertedCircuit (circuit *) |
|
void | insertedNode (node *) |
|
void | insertAnalysis (analysis *) |
|
void | removeAnalysis (analysis *) |
|
dataset * | runAnalysis (int &) |
|
void | getDroppedCircuits (nodelist *nodes=NULL) |
|
void | deleteUnusedCircuits (nodelist *nodes=NULL) |
|
int | getPorts (void) |
|
int | getReduced (void) |
|
void | setReduced (int r) |
|
int | getVoltageSources (void) |
|
void | setVoltageSources (int n) |
|
analysis * | findAnalysis (char *) |
|
analysis * | findAnalysis (int) |
|
analysis * | findSecondOrder (void) |
|
analysis * | getChildAnalysis (analysis *) |
|
char * | getChild (analysis *) |
|
void | orderAnalysis (void) |
|
analysis * | findLastOrder (analysis *) |
|
ptrlist< analysis > * | findLastOrderChildren (analysis *) |
|
void | sortChildAnalyses (analysis *) |
|
int | containsAnalysis (analysis *, int) |
|
environment * | getEnv (void) |
|
void | setEnv (environment *e) |
|
int | countPorts (void) |
|
int | countNodes (void) |
|
int | isNonLinear (void) |
|
void | addNodeset (nodeset *) |
|
void | delNodeset (void) |
|
nodeset * | getNodeset (void) |
|
void | setSrcFactor (nr_double_t f) |
|
nr_double_t | getSrcFactor (void) |
|
void | setActionNet (int, net *) |
|
int | getNActions (void) |
|
| 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) |
|
| 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) |
|
Definition at line 39 of file net.h.