Revision 1f29c7ae15f46d27110cb4615113a2f24cad01bc authored by Thomas Fischer on 30 September 2020, 11:58:42 UTC, committed by Thomas Fischer on 19 December 2020, 09:02:53 UTC
1 parent 904c37e
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