OGS
VtkMeshConverter.cpp File Reference

Detailed Description

Implementation of the VtkMeshConverter class.

Author
Karsten Rink
Date
2011-08-23

Definition in file VtkMeshConverter.cpp.

#include "VtkMeshConverter.h"
#include <cstdint>
#include "MeshLib/Elements/Elements.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Node.h"
#include <vtkBitArray.h>
#include <vtkCharArray.h>
#include <vtkDoubleArray.h>
#include <vtkFloatArray.h>
#include <vtkImageData.h>
#include <vtkIntArray.h>
#include <vtkLongArray.h>
#include <vtkLongLongArray.h>
#include <vtkPointData.h>
#include <vtkShortArray.h>
#include <vtkSignedCharArray.h>
#include <vtkSmartPointer.h>
#include <vtkUnsignedCharArray.h>
#include <vtkUnsignedLongArray.h>
#include <vtkUnsignedLongLongArray.h>
#include <vtkUnsignedShortArray.h>
#include <vtkCell.h>
#include <vtkCellData.h>
#include <vtkUnsignedIntArray.h>
#include <vtkUnstructuredGrid.h>
Include dependency graph for VtkMeshConverter.cpp:

Go to the source code of this file.

Namespaces

namespace  MeshLib
 
namespace  MeshLib::detail
 

Functions

template<class T_ELEMENT >
MeshLib::ElementMeshLib::detail::createElementWithSameNodeOrder (const std::vector< MeshLib::Node * > &nodes, vtkIdList *const node_ids, std::size_t const element_id)