Go to the documentation of this file.
84 const uint64_t payLoad = vtk::sizeofData<float, 3>(pts.
size());
127 const uint64_t payLoad = vtk::sizeofData<label>(nFaces);
130 format.beginDataArray<label>(
"region");
131 format.writeSize(payLoad);
155 const uint64_t payLoad = vtk::sizeofData<label>(zoneIds.
size());
158 format.beginDataArray<label>(
"region");
160 format.writeSize(payLoad);
Encapsulated combinations of output format options. This is primarily useful when defining the output...
unsigned precision() const
word format(conversionProperties.get< word >("format"))
static std::string dateTime()
@ NUMBER_OF_POINTS
"NumberOfPoints"
void writeList(vtk::formatter &fmt, const UList< uint8_t > &values)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static unsigned int defaultPrecision() noexcept
@ ASCII
"ascii" (normal default)
static streamFormat formatEnum(const word &formatName, const streamFormat deflt=streamFormat::ASCII)
A surface zone on a MeshedSurface.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
void write(vtk::formatter &fmt, const Type &val, const label n=1)
@ NUMBER_OF_POLYS
"NumberOfPolys"