Revision 3ce69a4987924333443897452585333894c49277 authored by Lars Bilke on 19 November 2015, 13:57:32 UTC, committed by Lars Bilke on 19 November 2015, 13:57:32 UTC
1 parent 2c7e54a
Raw File
VtkOGSEnum.h
/**
 * \copyright
 * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#ifndef VTKOGSENUM_H_
#define VTKOGSENUM_H_

#include "MeshEnums.h"

MeshLib::CellType VtkCellTypeToOGS(int type);

int OGSToVtkCellType(MeshLib::CellType ogs);

#endif // VTKOGSENUM_H_
back to top