Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
HEPREP::HepRepAction Class Referenceabstract

#include <HepRepAction.h>

Inheritance diagram for HEPREP::HepRepAction:
Inheritance graph
[legend]

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.

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: