https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bc1dbf8ec50ea1c26ba0e11fa023e9b61de592ec authored by Tom Fischer on 15 November 2023, 14:05:56 UTC
Merge branch 'RasterParameter' into 'master'
Tip revision: bc1dbf8
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2023, 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