Function t8_read_unstructured
Defined in File t8_vtk_unstructured.hxx
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.