SiGraph: sulcal graphs


sigraph::MGraph::VersionCheck Struct Reference

Model-data version check result. More...

#include <si/graph/mgraph.h>

Collaboration diagram for sigraph::MGraph::VersionCheck:

Public Member Functions

 VersionCheck ()
 

Public Attributes

bool ok
 
VersionStatus model
 
VersionStatus data
 
std::string message
 error / warning message
 

Detailed Description

Model-data version check result.

Definition at line 59 of file mgraph.h.

Constructor & Destructor Documentation

◆ VersionCheck()

sigraph::MGraph::VersionCheck::VersionCheck ( )
inline

Definition at line 61 of file mgraph.h.

References data, model, ok, and sigraph::MGraph::Unversioned.

Member Data Documentation

◆ data

VersionStatus sigraph::MGraph::VersionCheck::data

Definition at line 65 of file mgraph.h.

Referenced by VersionCheck().

◆ message

std::string sigraph::MGraph::VersionCheck::message

error / warning message

Definition at line 67 of file mgraph.h.

◆ model

VersionStatus sigraph::MGraph::VersionCheck::model

Definition at line 64 of file mgraph.h.

Referenced by VersionCheck().

◆ ok

bool sigraph::MGraph::VersionCheck::ok

Definition at line 63 of file mgraph.h.

Referenced by VersionCheck().


The documentation for this struct was generated from the following file: