My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
parasweep Class Reference

#include <parasweep.h>

Inheritance diagram for parasweep:
Inheritance graph
[legend]
Collaboration diagram for parasweep:
Collaboration graph
[legend]

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 ()
 
datasetgetData (void)
 
void setData (dataset *d)
 
netgetNet (void)
 
void setNet (net *netlist)
 
environmentgetEnv (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)
 
sweepcreateSweep (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 ()
 
objectgetNext (void)
 
void setNext (object *o)
 
objectgetPrev (void)
 
void setPrev (object *o)
 
void setName (const char *)
 
char * getName (void)
 
void addProperty (property *)
 
propertyaddProperty (const char *, const char *)
 
propertyaddProperty (const char *, nr_double_t)
 
propertyaddProperty (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 *)
 
vectorgetPropertyVector (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
 
netsubnet
 
datasetdata
 
environmentenv
 
ptrlist< analysis > * actions
 
bool progress
 

Detailed Description

Definition at line 207 of file parasweep.cpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

parasweep::ACREATOR ( parasweep  )
int parasweep::cleanup ( void  )
virtual

Reimplemented from analysis.

Definition at line 123 of file parasweep.cpp.

Here is the call graph for this function:

int parasweep::initialize ( void  )
virtual

Reimplemented from analysis.

Definition at line 80 of file parasweep.cpp.

Here is the call graph for this function:

void parasweep::saveResults ( void  )

Definition at line 183 of file parasweep.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int parasweep::solve ( void  )
virtual

Reimplemented from analysis.

Definition at line 141 of file parasweep.cpp.

Here is the call graph for this function:

Member Data Documentation

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.


The documentation for this class was generated from the following files: