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

CInductor Class Reference

Klasa reprezentuje idealna indukcyjnosc (cewka, zwojnica). More...

#include <CInductor.hh>

Inheritance diagram for CInductor:

CElementPasive CElement List of all members.

Public Member Functions

 CInductor (std::string name, float l, int x=0, int y=0, int rot=0)
 Konstruktor.
 ~CInductor ()
 Destruktor.
void setL (float l)
 Ustawia wartosc indukcyjnosci.
float getL (void)
 Funkcja zwraca wartosc indukcyjnosci.
Complex getZc (double omega)
 Zwraca impedancje.
Complex getYc (double omega)
 Zwraca konduktancje.
void draw ()
 Rysuje element.

Protected Attributes

float m_l
 Indukcyjnosc.

Detailed Description

Klasa reprezentuje idealna indukcyjnosc (cewka, zwojnica).


Constructor & Destructor Documentation

CInductor::CInductor std::string  name,
float  l,
int  x = 0,
int  y = 0,
int  rot = 0
[inline]
 

Konstruktor.

Parameters:
name nazwa .
l indukcyjnosc.
x rzedna elementu na schemacie.
y odcieta elementu na schemacie.
rot rotacja elementu na schemacie.
See also:
~CInductor();CElementPasive();

CInductor::~CInductor  )  [inline]
 

Destruktor.

See also:
CInductor;


Member Function Documentation

void CInductor::draw  )  [virtual]
 

Rysuje element.

Reimplemented from CElement.

float CInductor::getL void   )  [inline]
 

Funkcja zwraca wartosc indukcyjnosci.

Returns:
indukcyjnosc
See also:
getL();

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

Zwraca konduktancje.

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

Reimplemented from CElementPasive.

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

Zwraca impedancje.

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

Reimplemented from CElementPasive.

void CInductor::setL float  l  )  [inline]
 

Ustawia wartosc indukcyjnosci.

Parameters:
l wartosc indukcyjnosci
See also:
setL();


Member Data Documentation

float CInductor::m_l [protected]
 

Indukcyjnosc.


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