Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

CElementPasive Class Reference

Klasa reprezentuje elementy pasywne (R,L,C). More...

#include <CElement.hh>

Inheritance diagram for CElementPasive:

CElement CCapasistor CInductor CResistor List of all members.

Public Member Functions

 CElementPasive ()
 Konstruktor bezargumentowy.
 CElementPasive (std::string symbol, std::string name, int x=0, int y=0, int rot=0)
 Konstruktor.
virtual ~CElementPasive ()
 Wirtualny destruktor.
virtual Complex getZc (double omega)
 Zwraca impedancje.
virtual Complex getYc (double omega)
 Zwraca konduktancje.

Detailed Description

Klasa reprezentuje elementy pasywne (R,L,C).


Constructor & Destructor Documentation

CElementPasive::CElementPasive  )  [inline]
 

Konstruktor bezargumentowy.

See also:
CElementPasive(std::string symbol,std::string name,int x=0,int y=0,int rot=0);~CElementPasive();

CElementPasive::CElementPasive std::string  symbol,
std::string  name,
int  x = 0,
int  y = 0,
int  rot = 0
[inline]
 

Konstruktor.

Parameters:
symbol typ elementu.
name nazwa.
x rzedna elementu na schemacie.
y odcieta elementu na schemacie.
rot rotacja elementu na schemacie, mozliwo¶ci : prawo(0), gora(1), lewo(2), dol(3). Pozostale wartosc sa rownowazne z rotacja prawa.
See also:
CElement();CElementPasive();~CElementPasive();

virtual CElementPasive::~CElementPasive  )  [inline, virtual]
 

Wirtualny destruktor.

See also:
CElementPasive();


Member Function Documentation

virtual Complex CElementPasive::getYc double  omega  )  [inline, virtual]
 

Zwraca konduktancje.

Parameters:
omega czestosc kolowa wymuszenia
Returns:
wartosc konduktancji
See also:
Complex getZc(double omega);

Reimplemented in CCapasistor, CInductor, and CResistor.

virtual Complex CElementPasive::getZc double  omega  )  [inline, virtual]
 

Zwraca impedancje.

Parameters:
omega czestosc kolowa wymuszenia
Returns:
wartosc impedancji
See also:
Complex getYc(double omega);

Reimplemented in CCapasistor, CInductor, and CResistor.


The documentation for this class was generated from the following file:
Generated on Sun Jan 16 11:05:57 2005 for RolLerCoaster by  doxygen 1.3.9.1