VTK
Namespaces | Functions
DataSetConverters.h File Reference
#include "vtkCellData.h"
#include "vtkDataArray.h"
#include "vtkDataSet.h"
#include "vtkNew.h"
#include "vtkPointData.h"
#include "vtkPolyData.h"
#include "vtkUnstructuredGrid.h"
#include <dax/cont/UnstructuredGrid.h>
#include <dax/cont/UniformGrid.h>
#include <dax/cont/ArrayHandle.h>
#include "CellTypeToType.h"
#include <algorithm>
Include dependency graph for DataSetConverters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 daxToVtk
 
 daxToVtk::detail
 

Functions

template<typename CellType >
void daxToVtk::detail::writeCellTags (vtkCellArray *cell)
 
template<typename CellType >
void daxToVtk::detail::setCells (vtkCellArray *cells, vtkPolyData *output)
 
template<typename CellType >
void daxToVtk::detail::setCells (vtkCellArray *cells, vtkUnstructuredGrid *output)
 
template<typename ContainerTag , typename GridType , typename OutputType >
void daxToVtk::detail::convertCells (ContainerTag, GridType &grid, OutputType *output)
 
template<typename CellType , typename GridType , typename OutputType >
void daxToVtk::detail::convertCells (vtkToDax::vtkTopologyContainerTag< CellType >, GridType &grid, OutputType *output)
 
template<typename ContainerTag , typename GridType , typename OutputType >
void daxToVtk::detail::convertPoints (ContainerTag, GridType &grid, OutputType *output)
 
template<typename GridType , typename OutputType >
void daxToVtk::detail::convertPoints (vtkToDax::vtkPointsContainerTag, GridType &grid, OutputType *output)
 
void daxToVtk::dataSetConverter (const dax::cont::UniformGrid<> &grid, vtkImageData *output)
 
template<typename CellType , typename TopoTag , typename PointTag >
void daxToVtk::dataSetConverter (dax::cont::UnstructuredGrid< CellType, TopoTag, PointTag > &grid, vtkUnstructuredGrid *output)
 
template<typename CellType , typename TopoTag , typename PointTag >
void daxToVtk::dataSetConverter (dax::cont::UnstructuredGrid< CellType, TopoTag, PointTag > &grid, vtkPolyData *output)
 
template<typename FieldType >
void daxToVtk::addCellData (vtkDataSet *output, FieldType &outputArray, const std::string &name)
 
template<typename FieldType >
void daxToVtk::addPointData (vtkDataSet *output, FieldType &outputArray, const std::string &name)