Import Geant4 1.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
|
||||
//
|
||||
// $Id: STEPundefined.h,v 1.2 1999/05/21 20:20:33 japost Exp $
|
||||
// GEANT4 tag $Name: geant4-01-00 $
|
||||
// $Id: STEPundefined.h,v 1.3 1999/12/15 14:50:15 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
//
|
||||
#ifndef STEPUNDEFINED_H
|
||||
#define STEPUNDEFINED_H
|
||||
@@ -39,15 +39,15 @@ class SCLundefined {
|
||||
public:
|
||||
// INPUT
|
||||
virtual Severity StrToVal(const char *s, ErrorDescriptor *err);
|
||||
virtual Severity StrToVal(istream &in, ErrorDescriptor *err);
|
||||
virtual Severity StrToVal(G4std::istream &in, ErrorDescriptor *err);
|
||||
|
||||
virtual Severity STEPread(const char *s, ErrorDescriptor *err);
|
||||
virtual Severity STEPread(istream &in, ErrorDescriptor *err);
|
||||
virtual Severity STEPread(G4std::istream &in, ErrorDescriptor *err);
|
||||
|
||||
// OUTPUT
|
||||
virtual const char *asStr(SCLstring &s) const;
|
||||
virtual const char *STEPwrite(SCLstring &s);
|
||||
virtual void STEPwrite (ostream& out =G4cout);
|
||||
virtual void STEPwrite (G4std::ostream& out =G4cout);
|
||||
|
||||
int set_null ();
|
||||
int is_null ();
|
||||
|
||||
Reference in New Issue
Block a user