#include <VFAT/readMatrix.H>
Public Member Functions | |
readMatrix (const char *fileName) | |
std::vector< std::vector < double > > | returnMatrix () |
Image< float > | returnMatrixAsImage () |
void | echoMatrix () |
this class will read in the file fileName as a standard whitespace delimited file and put it into a matrix. The matrix can be retrieved in either a double nested std::vector<float> or an Image<float>. The input file must state the dimensions on the first line. Comments may be placed using # charactors
Definition at line 16 of file readMatrix.H.