Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HEPREP::HepRepAction Class Referenceabstract

#include <HepRepAction.h>

Inheritance diagram for HEPREP::HepRepAction:

Public Member Functions

virtual ~HepRepAction ()
 Destructor. More...
 
virtual std::string getName ()=0
 
virtual std::string getExpression ()=0
 
virtual HepRepActioncopy ()=0
 

Detailed Description

HepRepAction interface.

Author
Mark Donszelmann

Definition at line 21 of file HepRepAction.h.

Constructor & Destructor Documentation

virtual HEPREP::HepRepAction::~HepRepAction ( )
inlinevirtual

Destructor.

Definition at line 25 of file HepRepAction.h.

25 { /* nop */; }

Member Function Documentation

virtual HepRepAction* HEPREP::HepRepAction::copy ( )
pure virtual

Returns a deep copy of this action.

Returns
copy of this action.

Implemented in cheprep::DefaultHepRepAction.

virtual std::string HEPREP::HepRepAction::getExpression ( )
pure virtual

Returns expression associated with this action.

Returns
expression of this action.

Implemented in cheprep::DefaultHepRepAction.

Here is the caller graph for this function:

virtual std::string HEPREP::HepRepAction::getName ( )
pure virtual

Returns name of this action.

Returns
name of this action.

Implemented in cheprep::DefaultHepRepAction.

Here is the caller graph for this function:


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