Template Class FaceIO

Class Documentation

template<typename BaseIO>
class FaceIO

Public Functions

void saveFaces(const std::string &mesh_name, const MeshBufferPtr mesh) const

Saves all faces and corresponding data.

Parameters:
  • mesh_name – The mesh to save to

  • mesh – The MeshBuffer to take the data from

void loadFaces(const std::string &mesh_name, MeshBufferPtr mesh) const

Loads all faces and corresponding data.

Parameters:
  • mesh_name – The mesh from which to load the data

  • mesh[out] The MeshBuffer to add the data to

Protected Attributes

BaseIO *m_baseIO = static_cast<BaseIO*>(this)