tk::SiloWriter class

SiloWriter.

Mesh reader class facilitating reading a mesh from a file in Silo format. See also https://wci.llnl.gov/codes/silo.

Constructors, destructors, conversion operators

SiloWriter(const std::string& filename, const STLMesh& mesh, int errLevel) explicit
Constructor.
~SiloWriter() noexcept
Destructor: Release glob file handle.

Public functions

void write()
Write out silo file.

Function documentation

tk::SiloWriter::~SiloWriter() noexcept

Destructor: Release glob file handle.

Exception safety: no-throw guarantee: never throws exceptions.