#include <AutoSDBVMatrix.h>
Collaboration diagram for PLearn::NumToStringMapping:
Public Member Functions | |
NumToStringMapping () | |
NumToStringMapping (string filename_, const string &dft_val_="") | |
void | read (istream &in) const |
void | load (string filename_="") |
void | load () const |
const string & | operator[] (real x) const |
Public Attributes | |
string | filename |
string | dft_val |
hash_map< real, string > | mapping |
bool | loaded |
|
Definition at line 107 of file AutoSDBVMatrix.h. References loaded. |
|
Definition at line 111 of file AutoSDBVMatrix.h. |
|
Definition at line 136 of file AutoSDBVMatrix.h. References filename, and PLearn::read(). Referenced by operator[](). |
|
Definition at line 128 of file AutoSDBVMatrix.h. References filename, and PLearn::read(). |
|
Definition at line 142 of file AutoSDBVMatrix.h. References dft_val, load(), loaded, mapping, operator[](), and x. Referenced by operator[](). |
|
Definition at line 115 of file AutoSDBVMatrix.h. References loaded, mapping, PLearn::read(), and val. |
|
Definition at line 103 of file AutoSDBVMatrix.h. Referenced by NumToStringMapping(), and operator[](). |
|
Definition at line 102 of file AutoSDBVMatrix.h. Referenced by load(), and NumToStringMapping(). |
|
Definition at line 105 of file AutoSDBVMatrix.h. Referenced by NumToStringMapping(), operator[](), and read(). |
|
Definition at line 104 of file AutoSDBVMatrix.h. Referenced by NumToStringMapping(), operator[](), and read(). |