#include <DefaultHepRepFactory.h>
|
| | DefaultHepRepFactory () |
| |
| | ~DefaultHepRepFactory () |
| |
| HEPREP::HepRepReader * | createHepRepReader (std::istream *in) |
| |
| HEPREP::HepRepReader * | createHepRepReader (std::string filename) |
| |
| HEPREP::HepRepWriter * | createHepRepWriter (std::ostream *out, bool randomAccess, bool compress) |
| |
| HEPREP::HepRepPoint * | createHepRepPoint (HEPREP::HepRepInstance *instance, double x, double y, double z) |
| |
| HEPREP::HepRepInstance * | createHepRepInstance (HEPREP::HepRepInstance *parent, HEPREP::HepRepType *type) |
| |
| HEPREP::HepRepInstance * | createHepRepInstance (HEPREP::HepRepInstanceTree *parent, HEPREP::HepRepType *type) |
| |
| HEPREP::HepRepTreeID * | createHepRepTreeID (std::string name, std::string version, std::string qualifier="top-level") |
| |
| HEPREP::HepRepAction * | createHepRepAction (std::string name, std::string expression) |
| |
| HEPREP::HepRepInstanceTree * | createHepRepInstanceTree (std::string name, std::string version, HEPREP::HepRepTreeID *typeTreeID) |
| |
| HEPREP::HepRepType * | createHepRepType (HEPREP::HepRepType *parent, std::string name) |
| |
| HEPREP::HepRepType * | createHepRepType (HEPREP::HepRepTypeTree *parent, std::string name) |
| |
| HEPREP::HepRepTypeTree * | createHepRepTypeTree (HEPREP::HepRepTreeID *treeID) |
| |
| HEPREP::HepRep * | createHepRep () |
| |
| cheprep::DefaultHepRepFactory::DefaultHepRepFactory |
( |
| ) |
|
| cheprep::DefaultHepRepFactory::~DefaultHepRepFactory |
( |
| ) |
|
| HepRep * cheprep::DefaultHepRepFactory::createHepRep |
( |
| ) |
|
|
virtual |
| HepRepAction * cheprep::DefaultHepRepFactory::createHepRepAction |
( |
std::string |
name, |
|
|
std::string |
expression |
|
) |
| |
|
virtual |
Creates a HepRepInstanceTree.
The tree needs to be added to the HepRep.
- 매개변수
-
| name | of the instancetree. |
| version | of the instancetree. |
| typeTree | associated typetree. |
HEPREP::HepRepFactory를 구현.
DefaultHepRepFactory.cc 파일의 68 번째 라인에서 정의되었습니다.
| HepRepReader * cheprep::DefaultHepRepFactory::createHepRepReader |
( |
std::string |
inputFileName | ) |
|
|
virtual |
| HepRepTreeID * cheprep::DefaultHepRepFactory::createHepRepTreeID |
( |
std::string |
name, |
|
|
std::string |
version, |
|
|
std::string |
qualifier = "top-level" |
|
) |
| |
|
virtual |
| HepRepWriter * cheprep::DefaultHepRepFactory::createHepRepWriter |
( |
std::ostream * |
out, |
|
|
bool |
randomAccess, |
|
|
bool |
compress |
|
) |
| |
|
virtual |
이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: