 |
VTK
9.1.0
|
Go to the documentation of this file.
140 #ifndef vtkUnstructuredGridReader_h
141 #define vtkUnstructuredGridReader_h
144 #include "vtkIOLegacyModule.h"
vtkUnstructuredGrid * GetOutput(int idx)
Get the output of this reader.
~vtkUnstructuredGridReader() override
helper superclass for objects that read vtk data files
vtkUnstructuredGrid * GetOutput()
Get the output of this reader.
read vtk unstructured grid data file
static vtkUnstructuredGridReader * New()
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
a simple class to control print indentation
vtkUnstructuredGridReader()
dataset represents arbitrary combinations of all possible cell types
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutput(vtkUnstructuredGrid *output)
Get the output of this reader.