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::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.54 2011/02/09 17:11:57 john Exp


Functions

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


Define Documentation

#define eman__projector_h__   1
 

Id
projector.h,v 1.54 2011/02/09 17:11:57 john Exp

Definition at line 37 of file projector.h.


Function Documentation

void EMAN::dump_projectors  ) 
 

Definition at line 2104 of file projector.cpp.

02105 {
02106         dump_factory < Projector > ();
02107 }

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

Definition at line 2109 of file projector.cpp.

02110 {
02111         return dump_factory_list < Projector > ();
02112 }


Generated on Thu May 3 10:11:45 2012 for EMAN2 by  doxygen 1.3.9.1