#include <FieldVecDB.h>

Public Member Functions | |
| FieldVecDB (const FieldVecDB< T > &d) | |
| Copy Constructor. | |
| FieldVecDB (const std::string &file) | |
| Instantiate a database with the given name (may include path). | |
| void | operator= (const FieldVecDB &d) |
| T | get (const DtsObjectVec &v) |
| void | put (const DtsObjectVec &v, T &value) |
1.5.8