Skip to content
Snippets Groups Projects
Commit f87974b8 authored by Karsten Rink's avatar Karsten Rink
Browse files

added missing file

parent 47a4343d
No related branches found
No related tags found
No related merge requests found
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.com/LICENSE.txt
*
*
* \file ImportFileTypes.h
*
* Created on 2012-08-20 by Karsten Rink
*/
#ifndef IMPORTFILETYPES_H
#define IMPORTFILETYPES_H
#include <string>
/**
* \brief Types of supported import file formats.
*/
struct ImportFileType
{
enum type {
INVALID = 0,
GMS,
GMSH,
NETCDF,
OGS,
PETREL,
RASTER,
SHAPE,
TETGEN,
VTK
};
};
#endif //IMPORTFILETYPES_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment