Revision d91f6fb5fefba2762ae7dc1c6acebaaf777645d9 authored by Wenqing Wang on 21 July 2021, 11:51:20 UTC, committed by Wenqing Wang on 21 July 2021, 15:12:50 UTC
1 parent 0c76c5a
Raw File
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