Public Member Functions | |
bcReader (FILE *in_) | |
~bcReader () | |
bool | read (int *dest) |
bool | read (blockSpan &ret) |
bool | read (blockDim &d) |
bool | skipLine (void) |
Private Attributes | |
FILE * | in |
Definition at line 70 of file readinp.cpp.
|
inline |
Definition at line 73 of file readinp.cpp.
|
inline |
Definition at line 78 of file readinp.cpp.
References cimg_library::cimg::fclose(), and in.
|
inline |
Definition at line 81 of file readinp.cpp.
References in.
Referenced by read(), and readBoundaries().
|
inline |
Definition at line 86 of file readinp.cpp.
|
inline |
|
inline |
Definition at line 117 of file readinp.cpp.
References in.
Referenced by readBoundaries().
|
private |
Definition at line 71 of file readinp.cpp.
Referenced by read(), skipLine(), and ~bcReader().