VTK
9.4.20241108
|
#include "vtkDataAssembly.h"
#include "vtkDataObjectAlgorithm.h"
#include "vtkIOHDFModule.h"
#include "vtkSmartPointer.h"
#include <array>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | vtkHDFReader |
Reads data saved using the VTK HDF format which supports all vtkDataSet types (image data, poly data, unstructured grid, overlapping AMR, partitioned dataset collection and multiblock are currently implemented) and serial as well as parallel processing. More... | |