#include <SiLayers.h>
Inheritance diagram for SiLayers:

Public Methods | |
| SiLayers () | |
| constructor -ini the list. More... | |
| virtual | ~SiLayers () |
| destructor - clear the list (delete pointers to elements). More... | |
| virtual const CLID& | clID () const |
| void | add (SiLayer* sd) |
| add a SiLayer pointer into the list. More... | |
| virtual void | clear () |
| clear the data. More... | |
| virtual void | make () |
| empty method. More... | |
| int | numStrips () |
| returns the total number of strips. More... | |
| SiLayer* | getSiLayer (int ilayer, int iview) |
| returns a pointer to the SiLayer with view and plane. More... | |
| int | num () const |
| returns the total number of strips. More... | |
| SiLayer* | Layer (int i) const |
| returns a SiLayer located in position i of the list. More... | |
| void | writeOut () const |
| writes out the information of the SiLayers. More... | |
Static Public Methods | |
| const CLID& | classID () |
Protected Methods | |
| virtual void | ini () |
| initialize the list. More... | |
Private Attributes | |
| std::vector<SiLayer*> | m_SiLayersList |
| vector of pointer to SiLayer objects. More... | |
Definition at line 82 of file SiLayers.h.
|
|
constructor -ini the list.
Definition at line 88 of file SiLayers.h. |
|
|
destructor - clear the list (delete pointers to elements).
Definition at line 90 of file SiLayers.h. |
|
|
returns a SiLayer located in position i of the list.
Definition at line 112 of file SiLayers.h. |
|
|
add a SiLayer pointer into the list.
Definition at line 97 of file SiLayers.h. |
|
|
Definition at line 94 of file SiLayers.h. |
|
|
Definition at line 93 of file SiLayers.h. Referenced by clID(). |
|
|
clear the data.
Definition at line 54 of file SiLayers.cpp. Referenced by ~SiLayers(). |
|
|
returns a pointer to the SiLayer with view and plane.
Definition at line 92 of file SiLayers.cpp. |
|
|
initialize the list.
Definition at line 65 of file SiLayers.cpp. Referenced by SiLayers(). |
|
|
empty method.
Definition at line 102 of file SiLayers.h. |
|
|
returns the total number of strips.
Definition at line 110 of file SiLayers.h. |
|
|
returns the total number of strips.
Definition at line 82 of file SiLayers.cpp. |
|
|
writes out the information of the SiLayers.
Definition at line 71 of file SiLayers.cpp. |
|
|
vector of pointer to SiLayer objects.
Definition at line 125 of file SiLayers.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000