Function t8_read_polyData

Function Documentation

vtk_read_success_t t8_read_polyData(const char *filename, vtkDataSet *grid)

Given a filename to a file containing Polydata, 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.