VTK
|
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) |
|
inline |
Definition at line 205 of file DataSetConverters.h.
|
inline |
Definition at line 221 of file DataSetConverters.h.
|
inline |
Definition at line 230 of file DataSetConverters.h.
void daxToVtk::addCellData | ( | vtkDataSet * | output, |
FieldType & | outputArray, | ||
const std::string & | name | ||
) |
Definition at line 239 of file DataSetConverters.h.
void daxToVtk::addPointData | ( | vtkDataSet * | output, |
FieldType & | outputArray, | ||
const std::string & | name | ||
) |
Definition at line 250 of file DataSetConverters.h.