Go to the source code of this file.
Defines | |
#define | cuda_reconstruct_h__ 1 |
Functions | |
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) |
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) |
#define cuda_reconstruct_h__ 1 |
Definition at line 2 of file cuda_reconstructor.h.
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 | |||
) |
Referenced by EMAN::FourierReconstructor::do_compare_slice_work().
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 | |||
) |
Referenced by EMAN::FourierReconstructor::do_insert_slice_work().