Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
HEPREP::HepRepAction Class Referenceabstract

#include <HepRepAction.h>

Inheritance diagram for HEPREP::HepRepAction:
cheprep::DefaultHepRepAction

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.

Referenced by cheprep::XMLHepRepWriter::write().

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

Returns name of this action.

Returns
name of this action.

Implemented in cheprep::DefaultHepRepAction.

Referenced by cheprep::XMLHepRepWriter::write().


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