My Project
ElementContainerAppendError.hh
00001 /*
00002 $Id: ElementContainerAppendError.hh 1878 2008-02-26 06:09:51Z jisuzuki $
00003 */
00004 
00005 
00006 #ifndef ELEMENTCONTAINERAPPENDERROR
00007 #define ELEMENTCONTAINERAPPENDERROR
00008 #include "Header.hh"
00009 #include "ElementContainer.hh"
00010 #include "HeaderBase.hh"
00011 #include "ManipulatorBase.hh"
00012 
00014 
00031 class ElementContainerAppendError
00032   : public ManipulatorBase< ElementContainer >
00033 {
00034 private:
00035   string CountsKey, ErrorKey;
00036   Double ErrorValue;
00037 
00038 protected:
00039 
00040 public:
00041   ElementContainerAppendError( Double ErrorValue=1.0 );
00050  ~ElementContainerAppendError();
00054   void Append( ElementContainer *target, 
00055                string CountsKey, string ErrorKey );
00069 };
00070 
00071 #endif
 All Classes Functions Variables Friends