OGS
PropertyVectorMetaData.h File Reference

Detailed Description

Definition in file PropertyVectorMetaData.h.

#include <istream>
#include <optional>
#include <ostream>
#include <string>
#include "BaseLib/Logging.h"
Include dependency graph for PropertyVectorMetaData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MeshLib::IO::PropertyVectorMetaData
 
struct  MeshLib::IO::PropertyVectorPartitionMetaData
 

Namespaces

namespace  MeshLib
 
namespace  MeshLib::IO
 

Functions

void MeshLib::IO::writePropertyVectorMetaData (std::ostream &os, PropertyVectorMetaData const &pvmd)
 
void MeshLib::IO::writePropertyVectorMetaData (PropertyVectorMetaData const &pvmd)
 
std::optional< PropertyVectorMetaDataMeshLib::IO::readPropertyVectorMetaData (std::istream &is)
 
void MeshLib::IO::writePropertyVectorPartitionMetaData (std::ostream &os, PropertyVectorPartitionMetaData const &pvpmd)
 
std::optional< PropertyVectorPartitionMetaDataMeshLib::IO::readPropertyVectorPartitionMetaData (std::istream &is)