OGS
|
Definition in file GocadEnums.h.
#include <string>
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. | |