https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bcd41d27501a545525b94493f4903c9d55493123 authored by Tom Fischer on 21 December 2022, 16:59:00 UTC
Merge branch 'FixMappingIssue' into 'master'
Tip revision: bcd41d2
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2022, 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