|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <LUPI.hpp>
Public Member Functions | |
| FormatVersion () | |
| FormatVersion (std::string const &a_formatVersion) | |
| FormatVersion (FormatVersion const &a_formatVersion) | |
| FormatVersion & | operator= (FormatVersion const &a_rhs) |
| std::string const & | format () const |
| int | major () const |
| int | minor () const |
| std::string const & | patch () const |
| bool | setFormat (std::string const &a_formatVersion) |
| bool | supported () const |
| LUPI::FormatVersion::FormatVersion | ( | ) |
Definition at line 23 of file LUPI_formatVersion.cc.
Referenced by FormatVersion(), and operator=().
| LUPI::FormatVersion::FormatVersion | ( | std::string const & | a_formatVersion | ) |
| a_formatVersion | [in] The GNDS format. |
Definition at line 35 of file LUPI_formatVersion.cc.
| LUPI::FormatVersion::FormatVersion | ( | FormatVersion const & | a_formatVersion | ) |
| a_formatVersion | [in] The GNDS format. |
Definition at line 48 of file LUPI_formatVersion.cc.
|
inline |
Definition at line 74 of file LUPI.hpp.
Referenced by FormatVersion(), operator=(), GIDI::Functions::Regions1d::Regions1d(), GIDI::Functions::Regions2d::Regions2d(), PoPI::supportedFormat(), GIDI::Functions::XYs2d::XYs2d(), and GIDI::Functions::XYs3d::XYs3d().
|
inline |
Definition at line 75 of file LUPI.hpp.
Referenced by FormatVersion(), and operator=().
|
inline |
Definition at line 76 of file LUPI.hpp.
Referenced by FormatVersion(), and operator=().
| FormatVersion & LUPI::FormatVersion::operator= | ( | FormatVersion const & | a_rhs | ) |
The assignment operator. This method sets the members of this to those of a_rhs except for those not set by base classes.
| a_rhs | [in] Instance whose member are used to set the members of this. |
Definition at line 63 of file LUPI_formatVersion.cc.
|
inline |
Definition at line 77 of file LUPI.hpp.
Referenced by FormatVersion(), and operator=().
| bool LUPI::FormatVersion::setFormat | ( | std::string const & | a_formatVersion | ) |
Set the format to a_formatVersion and parse its components.
| a_formatVersion | [in] The GNDS format. |
Definition at line 83 of file LUPI_formatVersion.cc.
Referenced by GIDI::Fluxes::addFile(), GIDI::Groups::addFile(), and FormatVersion().
| bool LUPI::FormatVersion::supported | ( | ) | const |
Returns true if m_format is a supported format and false otherwise;
Definition at line 111 of file LUPI_formatVersion.cc.
Referenced by GIDI::Fluxes::addFile(), GIDI::Groups::addFile(), and PoPI::supportedFormat().