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 2099 of file projector.cpp.

02100 {
02101         dump_factory < Projector > ();
02102 }

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

Definition at line 2104 of file projector.cpp.

02105 {
02106         return dump_factory_list < Projector > ();
02107 }


Generated on Thu Nov 17 12:44:45 2011 for EMAN2 by  doxygen 1.3.9.1