| 35 | : dimension(dim), type(ot), sparse(false), innerProduct(false) {} |
| 36 | |
| 37 | void initialize() { |
| 38 | deleteAll(); |
| 39 | Parent::push_back((PersistentObject *)0); |
| 40 | } |
| 41 | |
| 42 | void serialize(const std::string &ofile, ObjectSpace *ospace) { |
| 43 | std::ofstream objs(ofile); |
nothing calls this directly
no test coverage detected