https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d2a8a299d72a8dccb6d50fe2eb7a381e816496f authored by Lars Bilke on 02 April 2021, 19:51:27 UTC
[CMake] Fixed gui shared build.
Tip revision: 2d2a8a2
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