#include "transform.h"
Include dependency graph for projector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | EMAN |
Classes | |
class | EMAN::Projector |
Projector class defines a method to generate 2D projections from a 3D model. More... | |
class | EMAN::GaussFFTProjector |
Gaussian FFT 3D projection. More... | |
class | EMAN::FourierGriddingProjector |
Fourier gridding projection routine. More... | |
class | EMAN::PawelProjector |
Pawel Penczek's optimized projection routine. More... | |
struct | EMAN::PawelProjector::IPCube |
class | EMAN::StandardProjector |
Fast real-space 3D projection. More... | |
class | EMAN::ChaoProjector |
Fast real space projection using Bi-Linear interpolation. More... | |
Defines | |
#define | eman__projector_h__ 1 |
| |
Functions | |
void | dump_projectors () |
map< string, vector< string > > | dump_projectors_list () |
|
Definition at line 37 of file projector.h. |
|
Definition at line 2108 of file projector.cpp. 02109 { 02110 dump_factory < Projector > (); 02111 }
|
|
Definition at line 2113 of file projector.cpp. 02114 {
02115 return dump_factory_list < Projector > ();
02116 }
|