400 |
value.getView().copy(pointView); |
value.getView().copy(pointView); |
401 |
} |
} |
402 |
|
|
403 |
|
int |
404 |
|
DataExpanded::archiveData(ofstream& archiveFile, |
405 |
|
const DataArrayView::ValueType::size_type noValues) const |
406 |
|
{ |
407 |
|
return(m_data.archiveData(archiveFile, noValues)); |
408 |
|
} |
409 |
|
|
410 |
|
int |
411 |
|
DataExpanded::extractData(ifstream& archiveFile, |
412 |
|
const DataArrayView::ValueType::size_type noValues) |
413 |
|
{ |
414 |
|
return(m_data.extractData(archiveFile, noValues)); |
415 |
|
} |
416 |
|
|
417 |
} // end of namespace |
} // end of namespace |