8 using namespace HEPREP;
18 if (
type == NULL) cerr <<
"HepRepInstance cannot be created without a HepRepType." << endl;
25 if (
type == NULL) cerr <<
"HepRepInstance cannot be created without a HepRepType." << endl;
32 for (vector<HepRepInstance*>::iterator i1 =
instances.begin(); i1 !=
instances.end(); i1++) {
35 for (vector<HepRepPoint*>::iterator i2 =
points.begin(); i2 !=
points.end(); i2++) {
41 cerr <<
"DefaultHepRepInstance::overlay(HepRepInstance * instance) not implemented." << endl;
45 cerr <<
"DefaultHepRepInstance::copy(HepRepTypeTree*, HepRepInstance*, HepRepSelectFilter*) not implemented." << endl;
50 cerr <<
"DefaultHepRepInstance::copy(HepRepTypeTree*, HepRepInstanceTree*, HepRepSelectFilter*) not implemented." << endl;
75 cerr <<
"DefaultHepRepInstance::removeInstance(HepRepInstance*) not implemented." << endl;