OGS
VtkMappedMeshSource.h File Reference

Detailed Description

VtkMappedMeshSource is a source class to transform OGS meshes into complete vtkUnstructuredGrids. Usage:

Author
Lars Bilke
Date
2014-08-12
vtkNew<MeshLib::VtkMappedMeshSource> vtkSource;
vtkSource->SetMesh(mesh);
vtkSource->Update();
vtkUnstructuredGrid* output = vtkSource->GetOutput();

Definition in file VtkMappedMeshSource.h.

#include <string>
#include <vtkAOSDataArrayTemplate.h>
#include <vtkCellData.h>
#include <vtkFieldData.h>
#include <vtkNew.h>
#include <vtkPointData.h>
#include <vtkUnstructuredGrid.h>
#include <vtkUnstructuredGridAlgorithm.h>
#include "MeshLib/Properties.h"
#include "MeshLib/PropertyVector.h"
Include dependency graph for VtkMappedMeshSource.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeshLib::VtkMappedMeshSource
 

Namespaces

 MeshLib