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

static ProcessorNEW ()

Static Public Attributes

static 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 2792 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 2804 of file processor.h.

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

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 2795 of file processor.h.

References NAME.

02796                 {
02797                         return NAME;
02798                 }

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

Definition at line 2799 of file processor.h.

02800                 {
02801                         return new ComplexNormPixel();
02802                 }

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

Implements EMAN::ComplexPixelProcessor.

Definition at line 2812 of file processor.h.

02813                 {
02814                         *x=1.0;
02815                 }


Member Data Documentation

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

Definition at line 2809 of file processor.h.

Referenced by get_name().


The documentation for this class was generated from the following files:
Generated on Tue May 25 17:16:51 2010 for EMAN2 by  doxygen 1.4.7