#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::MaxValProjector |
Real-space projection which computes the maximum value along each line projection rather than a sum. More... | |
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 2267 of file projector.cpp. 02268 { 02269 dump_factory < Projector > (); 02270 }
|
|
Definition at line 2272 of file projector.cpp. 02273 {
02274 return dump_factory_list < Projector > ();
02275 }
|