17 using namespace HEPREP;
25 DefaultHepRepFactory::DefaultHepRepFactory() {
28 DefaultHepRepFactory::~DefaultHepRepFactory() {
31 HepRepReader* DefaultHepRepFactory::createHepRepReader (istream*) {
32 cerr <<
"DefaultHepRepFactory::createHepRepReader not implemented" << endl;
36 HepRepReader* DefaultHepRepFactory::createHepRepReader (std::string) {
37 cerr <<
"DefaultHepRepFactory::createHepRepReader not implemented" << endl;
41 HepRepWriter* DefaultHepRepFactory::createHepRepWriter(ostream*,
bool,
bool) {
42 cerr <<
"DefaultHepRepFactory::createHepRepWriter not implemented" << endl;
47 double x,
double y,
double z) {
63 HepRepAction* DefaultHepRepFactory::createHepRepAction (
string name,
string expression) {
84 HepRep* DefaultHepRepFactory::createHepRep () {