OGS
GocadEnums.h File Reference

Detailed Description

Definition in file GocadEnums.h.

#include <string>
Include dependency graph for GocadEnums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  FileIO
 
namespace  FileIO::Gocad
 

Enumerations

enum class  FileIO::Gocad::DataType {
  FileIO::Gocad::UNDEFINED , FileIO::Gocad::VSET , FileIO::Gocad::PLINE , FileIO::Gocad::TSURF ,
  FileIO::Gocad::MODEL3D , FileIO::Gocad::ALL
}
 

Functions

std::string FileIO::Gocad::dataType2String (DataType const t)
 Given a Gocad DataType this returns the appropriate string.
 
std::string FileIO::Gocad::dataType2ShortString (DataType const t)
 Given a Gocad DataType this returns the appropriate short form.