|
Geant4
10.03
|
Inheritance diagram for w_XBase:
Collaboration diagram for w_XBase:Public Member Functions | |
| std::string | PVMethod () |
Public Member Functions inherited from XBase | |
| XBase () | |
| virtual | ~XBase () |
| void | SetIVal (int aval) |
| int | GetIVal () const |
| void | SetDVal (double aval) |
| double | GetDVal () const |
| void | AMethod () |
| virtual int | VMethod (const XBase *abase) const =0 |
| XBase () | |
| virtual | ~XBase () |
| void | SetIVal (int i) |
| int | GetIVal () const |
| XBase () | |
| ~XBase () | |
| virtual void | VMethodA (const AClass *a) |
| virtual void | VMethodB (const BClass *b) |
Additional Inherited Members | |
Protected Attributes inherited from XBase | |
| int | ival |
| double | dval |
|
inlinevirtual |