Geant4
10.03.p01
|
#include <DefaultHepRepFactory.h>
Definition at line 28 of file DefaultHepRepFactory.h.
cheprep::DefaultHepRepFactory::DefaultHepRepFactory | ( | ) |
Definition at line 26 of file DefaultHepRepFactory.cc.
cheprep::DefaultHepRepFactory::~DefaultHepRepFactory | ( | ) |
Definition at line 29 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRep.
Implements HEPREP::HepRepFactory.
Definition at line 85 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepAction.
name | of the action. |
expression | of the action. |
Implements HEPREP::HepRepFactory.
Definition at line 64 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepInstance.
to add the instance to. type the associated type.
Implements HEPREP::HepRepFactory.
Definition at line 52 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepInstance.
to add the instance to. type the associated type.
Implements HEPREP::HepRepFactory.
Definition at line 56 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepInstanceTree.
The tree needs to be added to the HepRep.
name | of the instancetree. |
version | of the instancetree. |
typeTree | associated typetree. |
Implements HEPREP::HepRepFactory.
Definition at line 68 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepPoint.
instance | to add the point to. |
x | x coordinate of point. |
y | y coordinate of point. |
z | z coordinate of point. |
Implements HEPREP::HepRepFactory.
Definition at line 47 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepReader from a stream.
in | input stream. |
Implements HEPREP::HepRepFactory.
Reimplemented in cheprep::XMLHepRepFactory.
|
virtual |
Creates a HepRepReader from a file name.
inputFileName | file name. |
Implements HEPREP::HepRepFactory.
Reimplemented in cheprep::XMLHepRepFactory.
Definition at line 37 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepTreeID.
name | of the treeID. |
version | of the treeID. |
qualifier | of the treeID. |
Implements HEPREP::HepRepFactory.
Definition at line 60 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepType.
parent | to add this type to. |
name | of the type to create. |
Implements HEPREP::HepRepFactory.
Definition at line 73 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepType.
parent | to add this type to. |
name | of the type to create. |
Implements HEPREP::HepRepFactory.
Definition at line 77 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepTypeTree.
The tree needs to be added to the HepRep.
treeID | to name the tree being created. |
Implements HEPREP::HepRepFactory.
Definition at line 81 of file DefaultHepRepFactory.cc.
|
virtual |
Creates a HepRepWriter.
out | output stream. |
randomAccess | create a writer in a format that will allow random access (may be ignored). |
compress | create a writer that uses compression (may be ignored). |
Implements HEPREP::HepRepFactory.
Reimplemented in cheprep::XMLHepRepFactory.
Definition at line 42 of file DefaultHepRepFactory.cc.