#include <node.h>
Detailed Description
Definition at line 32 of file node.h.
Constructor & Destructor Documentation
Constructor creates an unnamed instance of the node class.
Definition at line 36 of file node.h.
Constructor creates a named instance of the node class.
Definition at line 38 of file node.h.
Member Function Documentation
circuit* qucs::node::getCircuit |
( |
void |
| ) |
const [inline] |
int qucs::node::getInternal |
( |
void |
| ) |
[inline] |
int qucs::node::getNode |
( |
void |
| ) |
const [inline] |
Returns the unique number of this node.
Definition at line 42 of file node.h.
int qucs::node::getPort |
( |
void |
| ) |
const [inline] |
Returns the port number of this node.
Definition at line 46 of file node.h.
void qucs::node::setCircuit |
( |
circuit *const |
c | ) |
[inline] |
Sets this node's circuit.
Definition at line 48 of file node.h.
void qucs::node::setInternal |
( |
int |
i | ) |
[inline] |
void qucs::node::setNode |
( |
const int |
n | ) |
[inline] |
Sets the unique number of this node.
Definition at line 40 of file node.h.
void qucs::node::setPort |
( |
const int |
p | ) |
[inline] |
Sets the port number of this node.
Definition at line 44 of file node.h.
Field Documentation
circuit* qucs::node::_circuit [private] |
int qucs::node::internal [private] |
int qucs::node::nNode [private] |
int qucs::node::port [private] |
The documentation for this class was generated from the following file: