Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ComputeFullDirect.h

Go to the documentation of this file.
00001 
00007 #ifndef COMPUTEFULLDIRECT_H
00008 #define COMPUTEFULLDIRECT_H
00009 
00010 #include "ComputeHomePatches.h"
00011 #include "NamdTypes.h"
00012 
00013 class SubmitReduction;
00014 
00015 class ComputeFullDirect : public ComputeHomePatches {
00016 private:
00017   SubmitReduction *reduction;
00018   SubmitReduction *amd_reduction;
00019 public:
00020   ComputeFullDirect(ComputeID c);
00021   virtual ~ComputeFullDirect();
00022   void doWork();
00023 };
00024 
00025 #endif
00026 

Generated on Wed Jun 19 04:08:15 2013 for NAMD by  doxygen 1.3.9.1