MRIExperimentState::WriteToFile¶
Class: MRIExperimentState
Writes the state at this frame out to XML at the given file stream.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
logFile |
std::ofstream & |
Output file stream to write to. |
indentation |
int & |
Current indentation level (modified in place). |
Remarks¶
logFile Output file stream to write to. indentation Current indentation level (modified in place).