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