VTK
Public Types | List of all members
vtkToDax::DataSetTypeToType< CellTypeToTypeDef, vtkUnstructuredGrid > Struct Template Reference

#include <DataSetTypeToType.h>

Public Types

enum  { VTKDataSetType =VTK_UNSTRUCTURED_GRID }
 
enum  { Valid =(CellTypeAndDataType<VTK_UNSTRUCTURED_GRID,CellTypeToTypeDef::VTKCellType>::Valid) }
 
typedef CellTypeToTypeDef CellTypeToType
 
typedef CellTypeToTypeDef::DaxCellType DaxCellType
 
typedef dax::cont::UnstructuredGrid< DaxCellType, vtkToDax::vtkTopologyContainerTag< CellTypeToType >, vtkToDax::vtkPointsContainerTagDaxDataSetType
 

Detailed Description

template<typename CellTypeToTypeDef>
struct vtkToDax::DataSetTypeToType< CellTypeToTypeDef, vtkUnstructuredGrid >

Definition at line 65 of file DataSetTypeToType.h.

Member Typedef Documentation

◆ CellTypeToType

template<typename CellTypeToTypeDef >
typedef CellTypeToTypeDef vtkToDax::DataSetTypeToType< CellTypeToTypeDef, vtkUnstructuredGrid >::CellTypeToType

Definition at line 67 of file DataSetTypeToType.h.

◆ DaxCellType

template<typename CellTypeToTypeDef >
typedef CellTypeToTypeDef::DaxCellType vtkToDax::DataSetTypeToType< CellTypeToTypeDef, vtkUnstructuredGrid >::DaxCellType

Definition at line 68 of file DataSetTypeToType.h.

◆ DaxDataSetType

template<typename CellTypeToTypeDef >
typedef dax::cont::UnstructuredGrid<DaxCellType, vtkToDax::vtkTopologyContainerTag<CellTypeToType>, vtkToDax::vtkPointsContainerTag> vtkToDax::DataSetTypeToType< CellTypeToTypeDef, vtkUnstructuredGrid >::DaxDataSetType

Definition at line 74 of file DataSetTypeToType.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename CellTypeToTypeDef >
anonymous enum
Enumerator
VTKDataSetType 

Definition at line 69 of file DataSetTypeToType.h.

◆ anonymous enum

template<typename CellTypeToTypeDef >
anonymous enum
Enumerator
Valid 

Definition at line 70 of file DataSetTypeToType.h.


The documentation for this struct was generated from the following file: