Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
ColumnDataConstants.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const int FILE_SUFFIX_WIDTH = 6
 

Detailed Description

Constants used by both the ColumnDataWriter and ColumnDataReader.

Definition in file ColumnDataConstants.hpp.

Variable Documentation

◆ FILE_SUFFIX_WIDTH

const int FILE_SUFFIX_WIDTH = 6

The width of the suffix for datafiles.

Each time the writer advances along the unlimited dimension, a new datafile is created, and the suffix index is incremented. Suffices are formatted zero-padded to this width.

Definition at line 49 of file ColumnDataConstants.hpp.

Referenced by ColumnDataReader::CheckFiles(), ColumnDataWriter::DoAdvanceAlongUnlimitedDimension(), ColumnDataWriter::EndDefineMode(), and ColumnDataReader::GetValues().