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

EMAN::UnevenMatrix::Xdim Struct Reference

struct to define x dimension size for each y, x0 is inclusive, x1 is one after the maximum, [x0, x1), so the corresponding x dim size is (x1-x0) More...

#include <polardata.h>

List of all members.

Public Member Functions

 Xdim ()
 Xdim (int i0, int i1)

Public Attributes

int x0
int x1


Detailed Description

struct to define x dimension size for each y, x0 is inclusive, x1 is one after the maximum, [x0, x1), so the corresponding x dim size is (x1-x0)

Definition at line 114 of file polardata.h.


Constructor & Destructor Documentation

EMAN::UnevenMatrix::Xdim::Xdim  )  [inline]
 

Definition at line 117 of file polardata.h.

00117 {}

EMAN::UnevenMatrix::Xdim::Xdim int  i0,
int  i1
[inline]
 

Definition at line 118 of file polardata.h.

References LOGERR.

00118                                              : x0(i0), x1(i1) {
00119                                 if( x1 <= x0 ) {
00120                                         LOGERR("x dimension error ... x0(%d) > x1(%d)", x0, x1);
00121                                 }
00122                         }


Member Data Documentation

int EMAN::UnevenMatrix::Xdim::x0
 

Definition at line 115 of file polardata.h.

int EMAN::UnevenMatrix::Xdim::x1
 

Definition at line 116 of file polardata.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 11 13:42:08 2013 for EMAN2 by  doxygen 1.3.9.1