123 #ifndef vtkPLSDynaReader_h
124 #define vtkPLSDynaReader_h
126 #include "vtkIOParallelLSDynaModule.h"
140 virtual int CanReadFile(
const char* fname ) VTK_OVERRIDE;
157 virtual
int ReadTopology() VTK_OVERRIDE;
168 struct vtkPLSDynaReaderInternal;
169 vtkPLSDynaReaderInternal *Internal;
172 #endif // vtkPLSDynaReader_h
Read LS-Dyna databases (d3plot) in parallel.
Read LS-Dyna databases (d3plot)
static vtkLSDynaReader * New()
virtual int CanReadFile(const char *fname)
Determine if the file can be readed 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.
Multiprocessing communication superclass.