| 162 | } |
| 163 | |
| 164 | OPENPGL_INLINE bool Field::Store(const std::string &fieldFileName) const |
| 165 | { |
| 166 | OPENPGL_ASSERT(m_fieldHandle); |
| 167 | return pglFieldStoreToFile(m_fieldHandle, fieldFileName.c_str()); |
| 168 | } |
| 169 | |
| 170 | OPENPGL_INLINE size_t Field::GetIteration() const |
| 171 | { |
no test coverage detected