Revision 80f50c45bf3e7ca804206500d51e23f78d26e7f4 authored by Lars Bilke on 11 October 2021, 11:52:34 UTC, committed by Lars Bilke on 11 October 2021, 11:52:34 UTC
1 parent 293863a
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