Function t8_read_unstructured

Function Documentation

vtk_read_success_t t8_read_unstructured(const char *filename, vtkSmartPointer<vtkDataSet> grid)

Given a filename to a file containing an vtkUnstructured Grid, read the file using the vtk-library.

Parameters:
  • filename[in] The name of the file

  • grid[inout] On input a vtkSmartPointer, that will hold the grid described in filename.

Returns:

non-zero on success, zero if the reading failed.