https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d1f8740e1b116bc0738b9922552bad6c092f56a3 authored by Lars Bilke on 28 June 2021, 07:20:52 UTC
drop
Tip revision: d1f8740
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