OGS
|
Definition in file VtkOGSEnum.cpp.
#include "VtkOGSEnum.h"
#include <vtkCellType.h>
#include "BaseLib/Error.h"
#include "BaseLib/cpp23.h"
Go to the source code of this file.
Functions | |
int | OGSToVtkCellType (MeshLib::CellType ogs) |
int OGSToVtkCellType | ( | MeshLib::CellType | ogs | ) |
Definition at line 18 of file VtkOGSEnum.cpp.
References MeshLib::HEX20, MeshLib::HEX27, MeshLib::HEX8, MeshLib::INVALID, MeshLib::LINE2, MeshLib::LINE3, OGS_FATAL, MeshLib::POINT1, MeshLib::PRISM15, MeshLib::PRISM18, MeshLib::PRISM6, MeshLib::PYRAMID13, MeshLib::PYRAMID5, MeshLib::QUAD4, MeshLib::QUAD8, MeshLib::QUAD9, MeshLib::TET10, MeshLib::TET4, BaseLib::to_underlying(), MeshLib::TRI3, and MeshLib::TRI6.
Referenced by OGSMesh::getCells(), and MeshLib::VtkMappedMeshSource::RequestData().