#include <G4CallbackModel.hh>
Inheritance diagram for G4CallbackModel< F >:

Public Member Functions | |
| G4CallbackModel (F *function) | |
| ~G4CallbackModel () | |
| void | DescribeYourselfTo (G4VGraphicsScene &sceneHandler) |
Protected Attributes | |
| F * | fFunction |
Definition at line 56 of file G4CallbackModel.hh.
| G4CallbackModel< F >::G4CallbackModel | ( | F * | function | ) | [inline] |
Definition at line 59 of file G4CallbackModel.hh.
00059 : 00060 fFunction(function) {} ~G4CallbackModel() {}
| G4CallbackModel< F >::~G4CallbackModel | ( | ) | [inline] |
| void G4CallbackModel< F >::DescribeYourselfTo | ( | G4VGraphicsScene & | sceneHandler | ) | [inline, virtual] |
Implements G4VModel.
Definition at line 62 of file G4CallbackModel.hh.
References G4VModel::fTransform.
00062 { 00063 (*fFunction)(sceneHandler, fTransform); 00064 }
F* G4CallbackModel< F >::fFunction [protected] |
Definition at line 68 of file G4CallbackModel.hh.
1.4.7