VTK
Namespaces | Classes | Functions
daxToVtk Namespace Reference

Namespaces

 detail
 

Classes

struct  CellTypeToType
 
struct  CellTypeToType< dax::CellTagHexahedron >
 
struct  CellTypeToType< dax::CellTagLine >
 
struct  CellTypeToType< dax::CellTagQuadrilateral >
 
struct  CellTypeToType< dax::CellTagTetrahedron >
 
struct  CellTypeToType< dax::CellTagTriangle >
 
struct  CellTypeToType< dax::CellTagVertex >
 
struct  CellTypeToType< dax::CellTagVoxel >
 
struct  CellTypeToType< dax::CellTagWedge >
 

Functions

void dataSetConverter (const dax::cont::UniformGrid<> &grid, vtkImageData *output)
 
template<typename CellType , typename TopoTag , typename PointTag >
void dataSetConverter (dax::cont::UnstructuredGrid< CellType, TopoTag, PointTag > &grid, vtkUnstructuredGrid *output)
 
template<typename CellType , typename TopoTag , typename PointTag >
void dataSetConverter (dax::cont::UnstructuredGrid< CellType, TopoTag, PointTag > &grid, vtkPolyData *output)
 
template<typename FieldType >
void addCellData (vtkDataSet *output, FieldType &outputArray, const std::string &name)
 
template<typename FieldType >
void addPointData (vtkDataSet *output, FieldType &outputArray, const std::string &name)
 

Function Documentation

void daxToVtk::dataSetConverter ( const dax::cont::UniformGrid<> &  grid,
vtkImageData output 
)
inline

Definition at line 205 of file DataSetConverters.h.

template<typename CellType , typename TopoTag , typename PointTag >
void daxToVtk::dataSetConverter ( dax::cont::UnstructuredGrid< CellType, TopoTag, PointTag > &  grid,
vtkUnstructuredGrid output 
)
inline

Definition at line 221 of file DataSetConverters.h.

template<typename CellType , typename TopoTag , typename PointTag >
void daxToVtk::dataSetConverter ( dax::cont::UnstructuredGrid< CellType, TopoTag, PointTag > &  grid,
vtkPolyData output 
)
inline

Definition at line 230 of file DataSetConverters.h.

template<typename FieldType >
void daxToVtk::addCellData ( vtkDataSet output,
FieldType &  outputArray,
const std::string &  name 
)

Definition at line 239 of file DataSetConverters.h.

template<typename FieldType >
void daxToVtk::addPointData ( vtkDataSet output,
FieldType &  outputArray,
const std::string &  name 
)

Definition at line 250 of file DataSetConverters.h.