My Project
NeutronWriteBinaryData.hh
00001 /*
00002 $Id: NeutronWriteBinaryData.hh 1562 2006-06-08 10:27:20Z suzuki $
00003 */
00004 
00005 
00006 #ifndef NEUTRONWRITEBINARYDATA_HH
00007 #define NEUTRONWRITEBINARYDATA_HH
00008 
00009 #include "Header.hh"
00010 
00011 template <class T> 
00012 class NeutronWriteBinaryData
00013 {
00014 
00015 public:
00016   NeutronWriteBinaryData();
00017   ~NeutronWriteBinaryData();
00018 
00019   void Write( T* array, UInt4 size, string FileName );
00020   void Write( vector<T> v, string FileName );
00021 };
00022 
00023 #include "NeutronWriteBinaryData.cc"
00024 #endif 
 All Classes Functions Variables Friends