VTK
Functions
daxToVtk::detail Namespace Reference

Functions

template<typename CellType >
void writeCellTags (vtkCellArray *cell)
 
template<typename CellType >
void setCells (vtkCellArray *cells, vtkPolyData *output)
 
template<typename CellType >
void setCells (vtkCellArray *cells, vtkUnstructuredGrid *output)
 
template<typename ContainerTag , typename GridType , typename OutputType >
void convertCells (ContainerTag, GridType &grid, OutputType *output)
 
template<typename CellType , typename GridType , typename OutputType >
void convertCells (vtkToDax::vtkTopologyContainerTag< CellType >, GridType &grid, OutputType *output)
 
template<typename ContainerTag , typename GridType , typename OutputType >
void convertPoints (ContainerTag, GridType &grid, OutputType *output)
 
template<typename GridType , typename OutputType >
void convertPoints (vtkToDax::vtkPointsContainerTag, GridType &grid, OutputType *output)
 

Function Documentation

template<typename CellType >
void daxToVtk::detail::writeCellTags ( vtkCellArray cell)

Definition at line 51 of file DataSetConverters.h.

template<typename CellType >
void daxToVtk::detail::setCells ( vtkCellArray cells,
vtkPolyData output 
)

Definition at line 69 of file DataSetConverters.h.

template<typename CellType >
void daxToVtk::detail::setCells ( vtkCellArray cells,
vtkUnstructuredGrid output 
)

Definition at line 90 of file DataSetConverters.h.

template<typename ContainerTag , typename GridType , typename OutputType >
void daxToVtk::detail::convertCells ( ContainerTag  ,
GridType &  grid,
OutputType *  output 
)

Definition at line 100 of file DataSetConverters.h.

template<typename CellType , typename GridType , typename OutputType >
void daxToVtk::detail::convertCells ( vtkToDax::vtkTopologyContainerTag< CellType >  ,
GridType &  grid,
OutputType *  output 
)

Definition at line 138 of file DataSetConverters.h.

template<typename ContainerTag , typename GridType , typename OutputType >
void daxToVtk::detail::convertPoints ( ContainerTag  ,
GridType &  grid,
OutputType *  output 
)

Definition at line 159 of file DataSetConverters.h.

template<typename GridType , typename OutputType >
void daxToVtk::detail::convertPoints ( vtkToDax::vtkPointsContainerTag  ,
GridType &  grid,
OutputType *  output 
)

Definition at line 191 of file DataSetConverters.h.