|
VTKFIG
0.20.20181114
Easy VTK based in situ visualization
|
Write dataset to disk in VTK format.
Definition at line 40 of file vtkfigDataSet.cxx. 43 WriteVTK<vtkUnstructuredGrid,vtkUnstructuredGridWriter>(vtkUnstructuredGrid::SafeDownCast(data),fname, filetype); 45 WriteVTK<vtkRectilinearGrid,vtkRectilinearGridWriter>(vtkRectilinearGrid::SafeDownCast(data),fname,filetype);
Here is the call graph for this function: |
1.8.11