Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HEPREP::HepRepAttDef Class Referenceabstract

#include <HepRepAttDef.h>

+ Inheritance diagram for HEPREP::HepRepAttDef:

Public Member Functions

virtual ~HepRepAttDef ()
 Destructor.
 
virtual std::string getName ()=0
 
virtual std::string getLowerCaseName ()=0
 
virtual std::string getDescription ()=0
 
virtual std::string getCategory ()=0
 
virtual std::string getExtra ()=0
 
virtual HepRepAttDefcopy ()=0
 

Detailed Description

HepRepAttDef interface.

Author
Mark Donszelmann

Definition at line 21 of file HepRepAttDef.h.

Constructor & Destructor Documentation

◆ ~HepRepAttDef()

virtual HEPREP::HepRepAttDef::~HepRepAttDef ( )
inlinevirtual

Destructor.

Definition at line 25 of file HepRepAttDef.h.

25{ /* nop */; }

Member Function Documentation

◆ copy()

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

Returns a deep copy of this attdef.

Returns
copy of this attdef.

Implemented in cheprep::DefaultHepRepAttDef.

◆ getCategory()

virtual std::string HEPREP::HepRepAttDef::getCategory ( )
pure virtual

Returns category of this attdef.

Returns
category.

Implemented in cheprep::DefaultHepRepAttDef.

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

◆ getDescription()

virtual std::string HEPREP::HepRepAttDef::getDescription ( )
pure virtual

Returns a description of this attdef.

Returns
description.

Implemented in cheprep::DefaultHepRepAttDef.

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

◆ getExtra()

virtual std::string HEPREP::HepRepAttDef::getExtra ( )
pure virtual

Returns any extra information of this attdef.

Returns
extra info.

Implemented in cheprep::DefaultHepRepAttDef.

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

◆ getLowerCaseName()

virtual std::string HEPREP::HepRepAttDef::getLowerCaseName ( )
pure virtual

Returns the lowercased name of this attdef.

Returns
lowercased name.

Implemented in cheprep::DefaultHepRepAttDef.

Referenced by cheprep::DefaultHepRepDefinition::addAttDef().

◆ getName()

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

Returns the mixed case name of this attdef.

Returns
name.

Implemented in cheprep::DefaultHepRepAttDef.

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


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