VTK
Namespaces | Classes | Functions
vtkToDax Namespace Reference

Namespaces

 internal
 

Classes

struct  CellTypeAndDataType
 
struct  CellTypeAndDataType< VTK_IMAGE_DATA, VTK_VOXEL >
 
struct  CellTypeAndDataType< VTK_STRUCTURED_GRID, VTK_HEXAHEDRON >
 
struct  CellTypeAndDataType< VTK_UNIFORM_GRID, VTK_VOXEL >
 
struct  CellTypeAndDataType< VTK_UNSTRUCTURED_GRID, VTK_HEXAHEDRON >
 
struct  CellTypeAndDataType< VTK_UNSTRUCTURED_GRID, VTK_LINE >
 
struct  CellTypeAndDataType< VTK_UNSTRUCTURED_GRID, VTK_QUAD >
 
struct  CellTypeAndDataType< VTK_UNSTRUCTURED_GRID, VTK_TETRA >
 
struct  CellTypeAndDataType< VTK_UNSTRUCTURED_GRID, VTK_TRIANGLE >
 
struct  CellTypeAndDataType< VTK_UNSTRUCTURED_GRID, VTK_WEDGE >
 
struct  CellTypeToType
 
struct  CellTypeToType< vtkHexahedron >
 
struct  CellTypeToType< vtkLine >
 
struct  CellTypeToType< vtkQuad >
 
struct  CellTypeToType< vtkTetra >
 
struct  CellTypeToType< vtkTriangle >
 
struct  CellTypeToType< vtkVertex >
 
struct  CellTypeToType< vtkVoxel >
 
struct  CellTypeToType< vtkWedge >
 
struct  CompactPointField
 
struct  Contour
 
struct  DataSetTypeToType
 
struct  DataSetTypeToType< CellTypeToTypeDef, vtkImageData >
 
struct  DataSetTypeToType< CellTypeToTypeDef, vtkUniformGrid >
 
struct  DataSetTypeToType< CellTypeToTypeDef, vtkUnstructuredGrid >
 
struct  DoContour
 
struct  DoContour< 1 >
 
struct  DoThreshold
 
struct  DoThreshold< 1 >
 
struct  FieldTypeToType
 
struct  FieldTypeToType< vtkDoubleArray, NUM_COMP >
 
struct  FieldTypeToType< vtkFloatArray, NUM_COMP >
 
struct  FieldTypeToType< vtkIdTypeArray, NUM_COMP >
 
struct  FieldTypeToType< vtkIntArray, NUM_COMP >
 
struct  FieldTypeToType< vtkUnsignedCharArray, 1 >
 
struct  FieldTypeToType< vtkUnsignedCharArray, NUM_COMP >
 
struct  Threshold
 
struct  vtkAlloc
 
struct  vtkAlloc< vtkCellArray, NUM_COMPONENTS >
 
struct  vtkAlloc< vtkPoints, NUM_COMPONENTS >
 
struct  vtkArrayContainerTag
 
class  vtkArrayPortal
 
struct  vtkPointsContainerTag
 
class  vtkPointsPortal
 
struct  vtkTopologyContainerTag
 
class  vtkTopologyPortal
 

Functions

template<typename CellType >
void convertTopology (vtkUnstructuredGrid *input, std::vector< dax::Id > &topo)
 
template<typename VTKDataSetType >
VTKDataSetType::DaxDataSetType dataSetConverter (vtkImageData *input, VTKDataSetType)
 
template<typename VTKDataSetType >
VTKDataSetType::DaxDataSetType dataSetConverter (vtkUniformGrid *input, VTKDataSetType)
 
template<typename VTKDataSetType >
VTKDataSetType::DaxDataSetType dataSetConverter (vtkUnstructuredGrid *input, VTKDataSetType)
 

Function Documentation

template<typename CellType >
void vtkToDax::convertTopology ( vtkUnstructuredGrid input,
std::vector< dax::Id > &  topo 
)
inline

Definition at line 44 of file DataSetConverters.h.

template<typename VTKDataSetType >
VTKDataSetType::DaxDataSetType vtkToDax::dataSetConverter ( vtkImageData input,
VTKDataSetType   
)
inline

Definition at line 64 of file DataSetConverters.h.

template<typename VTKDataSetType >
VTKDataSetType::DaxDataSetType vtkToDax::dataSetConverter ( vtkUniformGrid input,
VTKDataSetType   
)
inline

Definition at line 84 of file DataSetConverters.h.

template<typename VTKDataSetType >
VTKDataSetType::DaxDataSetType vtkToDax::dataSetConverter ( vtkUnstructuredGrid input,
VTKDataSetType   
)
inline

Definition at line 104 of file DataSetConverters.h.