Revision 9beabd69fb2d5d6aa298441daa554317f778941b authored by Wenqing Wang on 04 March 2021, 15:58:49 UTC, committed by Wenqing Wang on 18 March 2021, 09:56:56 UTC
1 parent b63e647
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