Image Class Reference
[Classes of the ODIN data processing framework (odindata library)]

#include <image.h>

Inheritance diagram for Image:

Inheritance graph
[legend]
Collaboration diagram for Image:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Image (const STD_string &label="unnamedImage")
 Image (const Image &i)
Imageoperator= (const Image &i)
Imageset_magnitude (const farray &magn)
Imagenormalize_magnitude ()
const farrayget_magnitude () const
unsigned int size (axis ax) const
Imageset_geometry (const Geometry &g)
const Geometryget_geometry () const
Imagetranspose_inplane (bool reverse_read=false, bool reverse_phase=false)
bool operator< (const Image &img) const

Detailed Description

Class to hold reconstructed images of one Geometry

Definition at line 37 of file image.h.


Constructor & Destructor Documentation

Image::Image ( const STD_string &  label = "unnamedImage"  ) 

Default constructor

Image::Image ( const Image i  )  [inline]

Copy constructor

Definition at line 49 of file image.h.


Member Function Documentation

Image& Image::operator= ( const Image i  ) 

Assignment operator

Image& Image::set_magnitude ( const farray magn  )  [inline]

Sets the magnitude data

Definition at line 59 of file image.h.

Image& Image::normalize_magnitude (  )  [inline]

Scale magnitude to values between 0 and 1

Definition at line 64 of file image.h.

const farray& Image::get_magnitude (  )  const [inline]

Returns the magnitude data

Definition at line 69 of file image.h.

unsigned int Image::size ( axis  ax  )  const

Interpret data as 3D volume data and return size for given axis

Image& Image::set_geometry ( const Geometry g  )  [inline]

Sets the parameter set which describes the area imaged

Definition at line 79 of file image.h.

const Geometry& Image::get_geometry (  )  const [inline]

Returns the parameter set which describes the area imaged

Definition at line 84 of file image.h.

Image& Image::transpose_inplane ( bool  reverse_read = false,
bool  reverse_phase = false 
)

Transpose image in-plane, 'reverse_read' and 'reverse_phase' can be used to reverse read/phase direction before transposing.


The documentation for this class was generated from the following file:
Generated on Sat Jun 14 12:31:35 2008 by  doxygen 1.5.1