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

projector.h File Reference

#include "transform.h"

Include dependency graph for projector.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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
 
Id
projector.h,v 1.55 2012/08/06 00:45:24 stevel Exp


Functions

void dump_projectors ()
map< string, vector< string > > dump_projectors_list ()


Define Documentation

#define eman__projector_h__   1
 

Id
projector.h,v 1.55 2012/08/06 00:45:24 stevel Exp

Definition at line 37 of file projector.h.


Function Documentation

void EMAN::dump_projectors  ) 
 

Definition at line 2267 of file projector.cpp.

02268 {
02269         dump_factory < Projector > ();
02270 }

map< string, vector< string > > EMAN::dump_projectors_list  ) 
 

Definition at line 2272 of file projector.cpp.

02273 {
02274         return dump_factory_list < Projector > ();
02275 }


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