Revision d2d1ee08f4b5445fdb0bb814bd090e5739de0199 authored by Thomas Fischer on 24 November 2020, 16:58:00 UTC, committed by Thomas Fischer on 08 December 2020, 10:06:24 UTC
1 parent 2cc6b62
Raw File
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2020, 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