ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4CallbackModel< F > Class Template Reference

#include <geant4/tree/geant4-10.6-release/source/visualization/modeling/include/G4CallbackModel.hh>

+ Inheritance diagram for G4CallbackModel< F >:
+ Collaboration diagram for G4CallbackModel< F >:

Public Member Functions

 G4CallbackModel (F *function)
 
 ~G4CallbackModel ()
 
void DescribeYourselfTo (G4VGraphicsScene &sceneHandler)
 
- Public Member Functions inherited from G4VModel
 G4VModel (const G4Transform3D &modelTransformation=G4Transform3D(), const G4ModelingParameters *=0)
 
virtual ~G4VModel ()
 
const G4ModelingParametersGetModelingParameters () const
 
const G4StringGetType () const
 
virtual G4String GetCurrentDescription () const
 
virtual G4String GetCurrentTag () const
 
const G4VisExtentGetExtent () const
 
const G4VisExtentGetTransformedExtent () const
 
const G4StringGetGlobalDescription () const
 
const G4StringGetGlobalTag () const
 
const G4Transform3DGetTransformation () const
 
void SetModelingParameters (const G4ModelingParameters *)
 
void SetExtent (const G4VisExtent &)
 
void SetType (const G4String &)
 
void SetGlobalDescription (const G4String &)
 
void SetGlobalTag (const G4String &)
 
void SetTransformation (const G4Transform3D &)
 
virtual G4bool Validate (G4bool warn=true)
 

Protected Attributes

FfFunction
 
- Protected Attributes inherited from G4VModel
G4String fType
 
G4String fGlobalTag
 
G4String fGlobalDescription
 
G4VisExtent fExtent
 
G4Transform3D fTransform
 
const G4ModelingParametersfpMP
 

Private Member Functions

 G4CallbackModel (const G4CallbackModel &)
 
G4CallbackModeloperator= (const G4CallbackModel &)
 

Detailed Description

template<class F>
class G4CallbackModel< F >

Definition at line 55 of file G4CallbackModel.hh.

View newest version in sPHENIX GitHub at line 55 of file G4CallbackModel.hh

Constructor & Destructor Documentation

template<class F >
G4CallbackModel< F >::G4CallbackModel ( F function)
inline

Definition at line 58 of file G4CallbackModel.hh.

View newest version in sPHENIX GitHub at line 58 of file G4CallbackModel.hh

template<class F >
G4CallbackModel< F >::~G4CallbackModel ( )
inline

Definition at line 60 of file G4CallbackModel.hh.

View newest version in sPHENIX GitHub at line 60 of file G4CallbackModel.hh

template<class F >
G4CallbackModel< F >::G4CallbackModel ( const G4CallbackModel< F > &  )
private

Member Function Documentation

template<class F >
void G4CallbackModel< F >::DescribeYourselfTo ( G4VGraphicsScene sceneHandler)
inlinevirtual

Implements G4VModel.

Definition at line 61 of file G4CallbackModel.hh.

View newest version in sPHENIX GitHub at line 61 of file G4CallbackModel.hh

References G4VModel::fpMP, and G4VModel::fTransform.

template<class F >
G4CallbackModel& G4CallbackModel< F >::operator= ( const G4CallbackModel< F > &  )
private

Member Data Documentation

template<class F >
F* G4CallbackModel< F >::fFunction
protected

Definition at line 67 of file G4CallbackModel.hh.

View newest version in sPHENIX GitHub at line 67 of file G4CallbackModel.hh


The documentation for this class was generated from the following file: