#include <LCD_Slice.hh>
Collaboration diagram for LCD_Slice:

Public Member Functions | |
| LCD_Slice (XERCES_CPP_NAMESPACE::DOM_Element elt) | |
| LCD_Slice () | |
| LCD_Slice (std::string nm, double thick, bool sens) | |
| LCD_Slice (LCD_Slice &toCopy) | |
| void | reset (std::string nm, double thk, bool sens) |
| std::string & | getName () |
| double | getThickness () |
| bool | isSensitive () |
| bool | isValid () |
Private Attributes | |
| bool | valid |
| std::string | name |
| double | thickness |
| bool | sensitive |
|
|
|
|
|
Definition at line 19 of file LCD_Slice.hh. References valid.
00019 : valid(false) {} // default constructor |
|
||||||||||||||||
|
Definition at line 21 of file LCD_Slice.hh. References name, sensitive, thickness, and valid.
|
|
|
Definition at line 24 of file LCD_Slice.hh. References name, sensitive, thickness, and valid.
|
|
|
Definition at line 32 of file LCD_Slice.hh. References name.
00032 {return name;}
|
|
|
Definition at line 33 of file LCD_Slice.hh. References thickness.
00033 {return thickness;}
|
|
|
Definition at line 34 of file LCD_Slice.hh. References sensitive.
00034 {return sensitive;}
|
|
|
Definition at line 35 of file LCD_Slice.hh. References valid.
00035 {return valid;}
|
|
||||||||||||||||
|
Definition at line 28 of file LCD_Slice.hh. References name, sensitive, thickness, and valid.
|
|
|
Definition at line 39 of file LCD_Slice.hh. Referenced by getName(), LCD_Slice(), and reset(). |
|
|
Definition at line 41 of file LCD_Slice.hh. Referenced by isSensitive(), LCD_Slice(), and reset(). |
|
|
Definition at line 40 of file LCD_Slice.hh. Referenced by getThickness(), LCD_Slice(), and reset(). |
|
|
Definition at line 38 of file LCD_Slice.hh. Referenced by isValid(), LCD_Slice(), and reset(). |
1.3.4