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

cuda_reconstructor.h

Go to the documentation of this file.
00001 #ifndef cuda_reconstruct_h__
00002 #define cuda_reconstruct_h__ 1
00003 
00004 void insert_slice_cuda(const float* const matrix, const float* const slice_data, float* vol, float* tmp_data, const int inx, const int iny, const int nx, const int ny, const int nz, const float weight);
00005 
00006 float4 determine_slice_agreement_cuda(const float* const matrix, const float* const slice_data, float* vol, float* tmp_data, const int inx, const int iny, const int nx, const int ny, const int nz, const float weight);
00007 
00008 #endif //  cuda_project_h__ 1

Generated on Tue Jun 11 13:40:37 2013 for EMAN2 by  doxygen 1.3.9.1