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

EMAN::ComplexNormPixel Class Reference

Each Fourier pixel will be normalized. More...

#include <processor.h>

Inheritance diagram for EMAN::ComplexNormPixel:

Inheritance graph
[legend]
Collaboration diagram for EMAN::ComplexNormPixel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

string get_name () const
 Get the processor's name.
string get_desc () const
 Get the descrition of this specific processor.

Static Public Member Functions

ProcessorNEW ()

Static Public Attributes

const string NAME = "complex.normpixels"

Protected Member Functions

void process_pixel (float *x) const

Detailed Description

Each Fourier pixel will be normalized.

ie - amp=1, phase=unmodified. Useful for performing phase-residual-like computations with dot products.

Definition at line 2757 of file processor.h.


Member Function Documentation

string EMAN::ComplexNormPixel::get_desc  )  const [inline, virtual]
 

Get the descrition of this specific processor.

This function must be overwritten by a subclass.

Returns:
The description of this processor.

Implements EMAN::Processor.

Definition at line 2769 of file processor.h.

02770                 {
02771                         return "Each Fourier pixel will be normalized. ie - amp=1, phase=unmodified. Useful for performing phase-residual-like computations with dot products.";
02772                 }

string EMAN::ComplexNormPixel::get_name  )  const [inline, virtual]
 

Get the processor's name.

Each processor is identified by a unique name.

Returns:
The processor's name.

Implements EMAN::Processor.

Definition at line 2760 of file processor.h.

02761                 {
02762                         return NAME;
02763                 }

Processor* EMAN::ComplexNormPixel::NEW  )  [inline, static]
 

Definition at line 2764 of file processor.h.

02765                 {
02766                         return new ComplexNormPixel();
02767                 }

void EMAN::ComplexNormPixel::process_pixel float *  x  )  const [inline, protected, virtual]
 

Implements EMAN::ComplexPixelProcessor.

Definition at line 2777 of file processor.h.

References x.

02778                 {
02779                         *x=1.0;
02780                 }


Member Data Documentation

const string ComplexNormPixel::NAME = "complex.normpixels" [static]
 

Definition at line 113 of file processor.cpp.


The documentation for this class was generated from the following files:
Generated on Mon May 2 13:30:14 2011 for EMAN2 by  doxygen 1.3.9.1