Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ExodusValidate.h

Go to the documentation of this file.
00001 
00002 // $Id: ExodusValidate.h,v 1.1 2000/05/26 00:56:29 rhatcher Exp $
00003 //
00004 // ExodusValidate
00005 //
00006 // ExodusValidate is a test harness for RerootExodus package
00007 //
00008 // Author:  R. Hatcher 2000.05.17
00009 //
00011 
00012 #ifndef EXODUSVALIDATE_H
00013 #define EXODUSVALIDATE_H
00014 
00015 #include "TObject.h"
00016 
00017 class ExodusValidate : public TObject {
00018 
00019  public:
00020 
00021    ExodusValidate();                        // necessary for streamer io
00022    virtual ~ExodusValidate();
00023 
00024    void  TestPlexHandle(void);
00025    void  TestSteelPlane(void);
00026    void  TestStripCount(void);
00027 
00028  protected:
00029    //   ExodusValidate(const TObject &object);           // hide these
00030    //   ExodusValidate(const ExodusValidate &tf);
00031    //   ExodusValidate& operator=(const TObject &rhs);
00032    //   ExodusValidate& operator=(const ExodusValidate &tf);
00033 
00034  private:
00035 
00036    Int_t privatedata;
00037 
00038    ClassDef(ExodusValidate,1)  // ExodusValidate version 1
00039 };
00040 
00041 #endif // EXODUSVALIDATE_H

Generated on Mon Feb 15 11:06:39 2010 for loon by  doxygen 1.3.9.1