Revision 970b67146df8718bad9fcafe79cab85fa43fa4d4 authored by Lars Bilke on 18 May 2021, 09:30:17 UTC, committed by Lars Bilke on 18 May 2021, 10:46:51 UTC
1 parent 5de1fc3
Raw File
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

#include "MeshEnums.h"

int OGSToVtkCellType(MeshLib::CellType ogs);
back to top