#include <polardata.h>
Public Member Functions | |
Xdim () | |
Xdim (int i0, int i1) | |
Public Attributes | |
int | x0 |
int | x1 |
Definition at line 114 of file polardata.h.
|
Definition at line 117 of file polardata.h. 00117 {}
|
|
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 }
|
|
Definition at line 115 of file polardata.h. |
|
Definition at line 116 of file polardata.h. |