VTK
|
#include "vtkDataObjectTypes.h"
#include "vtkCellTypes.h"
#include "vtkCellArray.h"
#include "vtkImageData.h"
#include "vtkUniformGrid.h"
#include "vtkUnstructuredGrid.h"
#include "vtkStructuredGrid.h"
#include <dax/cont/ArrayHandle.h>
#include <dax/cont/UniformGrid.h>
#include <dax/cont/UnstructuredGrid.h>
#include "CellTypeToType.h"
#include "DataSetTypeToType.h"
#include "Portals.h"
#include "Containers.h"
Go to the source code of this file.
Namespaces | |
vtkToDax | |
Functions | |
template<typename CellType > | |
void | vtkToDax::convertTopology (vtkUnstructuredGrid *input, std::vector< dax::Id > &topo) |
template<typename VTKDataSetType > | |
VTKDataSetType::DaxDataSetType | vtkToDax::dataSetConverter (vtkImageData *input, VTKDataSetType) |
template<typename VTKDataSetType > | |
VTKDataSetType::DaxDataSetType | vtkToDax::dataSetConverter (vtkUniformGrid *input, VTKDataSetType) |
template<typename VTKDataSetType > | |
VTKDataSetType::DaxDataSetType | vtkToDax::dataSetConverter (vtkUnstructuredGrid *input, VTKDataSetType) |