Skip to content
Snippets Groups Projects
Commit 81aed01c authored by vr-group's avatar vr-group
Browse files

Updated VTU to VTI converter.

parent e4544050
No related branches found
No related tags found
No related merge requests found
#include <cstdint> #include <cstdint>
#include <string> #include <string>
#include <vtkXMLImageDataWriter.h> #include <vtkDataObject.h>
#include <vtkResampleToImage.h> #include <vtkResampleToImage.h>
#include <vtkSmartPointer.h>
#include <vtkXMLImageDataWriter.h>
#include <vtkXMLUnstructuredGridReader.h> #include <vtkXMLUnstructuredGridReader.h>
// Usage: ./vtu_to_vti_converter [VTU_FILEPATH] [X_RESOLUTION] [Y_RESOLUTION] [Z_RESOLUTION]. // Usage: ./vtu_to_vti_converter [VTU_FILEPATH] [X_RESOLUTION] [Y_RESOLUTION] [Z_RESOLUTION].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment