Home
last modified time | relevance | path

Searched defs:vtk_file_format (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump_vtk.cpp160 void DumpVTK::write_vtp(vtkSmartPointer<vtkDataObject> data, const int vtk_file_format, const char … in write_vtp()
199 void DumpVTK::write_vtu(vtkSmartPointer<vtkDataObject> data, const int vtk_file_format, const char … in write_vtu()
238 void DumpVTK::write_vti(vtkSmartPointer<vtkAlgorithmOutput> data, const int vtk_file_format, const … in write_vti()
270 void DumpVTK::write_vtr(vtkSmartPointer<vtkDataObject> data, const int vtk_file_format, const char … in write_vtr()
309 …rite_vtk_unstructured_grid(vtkSmartPointer<vtkDataObject> data, const int vtk_file_format, const c… in write_vtk_unstructured_grid()
334 …write_vtk_rectilinear_grid(vtkSmartPointer<vtkDataObject> data, const int vtk_file_format, const c… in write_vtk_rectilinear_grid()
359 void DumpVTK::write_vtk_poly(vtkSmartPointer<vtkDataObject> data, const int vtk_file_format, const … in write_vtk_poly()
/dports/science/lammps/lammps-stable_29Sep2021/src/VTK/
H A Ddump_vtk.h67 int vtk_file_format; // which vtk file format to write (vtk, vtp, vtu ...) variable