112 #ifndef vtkPLSDynaReader_h
113 #define vtkPLSDynaReader_h
115 #include "vtkIOParallelLSDynaModule.h"
118 VTK_ABI_NAMESPACE_BEGIN
157 struct vtkPLSDynaReaderInternal;
158 vtkPLSDynaReaderInternal* Internal;
161 VTK_ABI_NAMESPACE_END
162 #endif // vtkPLSDynaReader_h
Read LS-Dyna databases (d3plot) in parallel.
Read LS-Dyna databases (d3plot)
static vtkLSDynaReader * New()
virtual int CanReadFile(VTK_FILEPATH const char *fname)
Determine if the file can be read with this reader.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual int ReadTopology()
These functions read various parts of the database.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Multiprocessing communication superclass.